From 6171d164d7ba7270abed3e1ce1d817efd7b83026 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 2 Oct 2015 04:51:57 -0700 Subject: need full path to deliver_hooks.php --- include/notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/notifier.php') diff --git a/include/notifier.php b/include/notifier.php index db1aa9690..80f243452 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -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) { -- cgit v1.2.3