diff options
Diffstat (limited to 'include/follow.php')
-rw-r--r-- | include/follow.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/follow.php b/include/follow.php index 1403dcb23..7fc4c2dc6 100644 --- a/include/follow.php +++ b/include/follow.php @@ -6,7 +6,7 @@ // Returns an array // $return['success'] boolean true if successful -// $return['abook_id'] Address book ID if successful +// $return['abook'] Address book entry joined with xchan if successful // $return['message'] error text if success is false. require_once('include/zot.php'); |