diff options
author | friendica <info@friendica.com> | 2012-12-31 17:18:11 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-31 17:18:11 -0800 |
commit | 8d32477bff7980a75a8d45debe3dc73c1904121d (patch) | |
tree | a59056cdb40331f6e3353e296078af408f71f4b0 /include/follow.php | |
parent | a8812346c4a2962182b66345bf93144bc13c16ad (diff) | |
download | volse-hubzilla-8d32477bff7980a75a8d45debe3dc73c1904121d.tar.gz volse-hubzilla-8d32477bff7980a75a8d45debe3dc73c1904121d.tar.bz2 volse-hubzilla-8d32477bff7980a75a8d45debe3dc73c1904121d.zip |
cleanup boot
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'); |