diff options
author | friendica <info@friendica.com> | 2012-11-29 18:15:13 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-29 18:15:13 -0800 |
commit | 7082d198c299debf633436c3fea0c0873de73199 (patch) | |
tree | df7096f672e28186303b6c032f9ff76a6a300ef0 /include/notifier.php | |
parent | e1380525841509ae9bf05c11bf27f655567e63ae (diff) | |
download | volse-hubzilla-7082d198c299debf633436c3fea0c0873de73199.tar.gz volse-hubzilla-7082d198c299debf633436c3fea0c0873de73199.tar.bz2 volse-hubzilla-7082d198c299debf633436c3fea0c0873de73199.zip |
Now if you follow somebody it will create an abook entry on the other site with blocked,ignored, and pending set. No "friend notifications" yet.
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php index 21f587708..da3cf35a6 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -42,7 +42,7 @@ require_once('include/html2plain.php'); * and ITEM_ID is the id of the item in the database that needs to be sent to others. * * ZOT - * permission_updated abook_id + * permission_update abook_id * relay item_id (item was relayed to owner, we will deliver it as owner) * */ @@ -114,6 +114,8 @@ function notifier_run($argv, $argc){ } } } + + return; } |