diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-02 04:51:57 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-02 04:51:57 -0700 |
commit | 6171d164d7ba7270abed3e1ce1d817efd7b83026 (patch) | |
tree | ffb8c3568df6891acb55ee22ba7a53bc9a6d904b /include/notifier.php | |
parent | b1e0018b743cf9b4ae18283e89aa4b7020ba0b76 (diff) | |
download | volse-hubzilla-6171d164d7ba7270abed3e1ce1d817efd7b83026.tar.gz volse-hubzilla-6171d164d7ba7270abed3e1ce1d817efd7b83026.tar.bz2 volse-hubzilla-6171d164d7ba7270abed3e1ce1d817efd7b83026.zip |
need full path to deliver_hooks.php
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |