need full path to deliver_hooks.php

This commit is contained in:
redmatrix 2015-10-02 04:51:57 -07:00
parent b1e0018b74
commit 6171d164d7

View File

@ -687,7 +687,7 @@ function notifier_run($argv, $argc){
if($normal_mode) {
$x = q("select * from hook where hook = 'notifier_normal'");
if($x)
proc_run('php','deliver_hooks.php', $target_item['id']);
proc_run('php','include/deliver_hooks.php', $target_item['id']);
}
if($deliveries) {