need full path to deliver_hooks.php
This commit is contained in:
parent
b1e0018b74
commit
6171d164d7
@ -687,7 +687,7 @@ function notifier_run($argv, $argc){
|
|||||||
if($normal_mode) {
|
if($normal_mode) {
|
||||||
$x = q("select * from hook where hook = 'notifier_normal'");
|
$x = q("select * from hook where hook = 'notifier_normal'");
|
||||||
if($x)
|
if($x)
|
||||||
proc_run('php','deliver_hooks.php', $target_item['id']);
|
proc_run('php','include/deliver_hooks.php', $target_item['id']);
|
||||||
}
|
}
|
||||||
|
|
||||||
if($deliveries) {
|
if($deliveries) {
|
||||||
|
Reference in New Issue
Block a user