diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-09-15 22:45:40 +0200 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-09-15 22:45:40 +0200 |
commit | ae622dbbfe14b70d855ec8da17c330fb62fb6077 (patch) | |
tree | 81421b6098fa5fa048309dea17851464fa54b4b7 | |
parent | c3ff534b19ec50dac75c6d1e54dff1d349f85000 (diff) | |
download | nextcloud-server-ae622dbbfe14b70d855ec8da17c330fb62fb6077.tar.gz nextcloud-server-ae622dbbfe14b70d855ec8da17c330fb62fb6077.zip |
Small fix in documentation
-rw-r--r-- | apps/contacts/lib/addressbook.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/lib/addressbook.php b/apps/contacts/lib/addressbook.php index 574484b932e..ebbd24d2041 100644 --- a/apps/contacts/lib/addressbook.php +++ b/apps/contacts/lib/addressbook.php @@ -358,7 +358,7 @@ class OC_Contacts_Addressbook{ /** * @brief deletes a card with the data provided by sabredav - * @param integer $id Addressbook id + * @param integer $aid Addressbook id * @param string $uri the uri of the card * @return boolean */ |