This commit is contained in:
Mario Vavti 2015-10-02 17:52:14 +02:00
commit 3a8bff228e
2 changed files with 400 additions and 382 deletions

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) {

File diff suppressed because it is too large Load Diff