diff options
author | Friendika <info@friendika.com> | 2011-04-26 04:40:34 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-26 04:40:34 -0700 |
commit | 7bf85eadb2cabedf955046722d1ff45e0f160421 (patch) | |
tree | 155010109cd753c7498c62881feae7d3afdd5d1f /include/notifier.php | |
parent | 1ec8fd416bae3071b6a9c33bc18d7f9ded34320f (diff) | |
parent | 245a56f0c1c7db884d0bbd4265f6f74a20442748 (diff) | |
download | volse-hubzilla-7bf85eadb2cabedf955046722d1ff45e0f160421.tar.gz volse-hubzilla-7bf85eadb2cabedf955046722d1ff45e0f160421.tar.bz2 volse-hubzilla-7bf85eadb2cabedf955046722d1ff45e0f160421.zip |
Merge branch 'fb'
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php index 4cc6d7a99..b009cc870 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -20,6 +20,8 @@ function notifier_run($argv, $argc){ require_once('include/items.php'); require_once('include/bbcode.php'); + load_hooks(); + if($argc < 3) return; |