make sure we can find that function

This commit is contained in:
friendica 2014-04-11 15:14:01 -07:00
parent 202582cbd6
commit 7e6804b599

View File

@ -90,6 +90,7 @@ function notifier_run($argv, $argc){
if(! $item_id) if(! $item_id)
return; return;
require_once('include/identity.php');
$sys = get_sys_channel(); $sys = get_sys_channel();
if($cmd == 'permission_update') { if($cmd == 'permission_update') {