diff options
author | Friendika <info@friendika.com> | 2011-10-22 01:29:26 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-22 01:29:26 -0700 |
commit | 0ada550a02552a6a31872662d43795d07507efa6 (patch) | |
tree | 219baf0ec4dafdff1f3f228cc0664c44228d02b7 /include | |
parent | 3783d8860c2ceabc846ef915ce8ae5e4784107b2 (diff) | |
download | volse-hubzilla-0ada550a02552a6a31872662d43795d07507efa6.tar.gz volse-hubzilla-0ada550a02552a6a31872662d43795d07507efa6.tar.bz2 volse-hubzilla-0ada550a02552a6a31872662d43795d07507efa6.zip |
queue indexes
Diffstat (limited to 'include')
-rw-r--r-- | include/notifier.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php index d12119b05..61274bedf 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -784,7 +784,6 @@ function notifier_run($argv, $argc){ call_hooks('notifier_end',$target_item); - return; } |