diff options
author | friendica <info@friendica.com> | 2014-04-11 15:14:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-11 15:14:01 -0700 |
commit | 7e6804b599a94c29fb9ca5e9a89ec847b6cef9ab (patch) | |
tree | 59470b2ba7556a3a6c7660b378c56a0804e125cc /include/notifier.php | |
parent | 202582cbd6f66d7d4a23298a7c9d09400a2642ef (diff) | |
download | volse-hubzilla-7e6804b599a94c29fb9ca5e9a89ec847b6cef9ab.tar.gz volse-hubzilla-7e6804b599a94c29fb9ca5e9a89ec847b6cef9ab.tar.bz2 volse-hubzilla-7e6804b599a94c29fb9ca5e9a89ec847b6cef9ab.zip |
make sure we can find that function
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php index 5b7f6ddc6..4b387513b 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -90,6 +90,7 @@ function notifier_run($argv, $argc){ if(! $item_id) return; + require_once('include/identity.php'); $sys = get_sys_channel(); if($cmd == 'permission_update') { |