Typo in notifier.

This commit is contained in:
Thomas Willingham 2012-09-07 00:43:05 +01:00
parent 41439804f4
commit 5f970aea72
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ function notifier_run($argv, $argc){
// a delivery fork. private groups (forum_mode == 2) do not uplink // a delivery fork. private groups (forum_mode == 2) do not uplink
if((intval($parent['forum_mode']) == 1) && (! $top_level) && ($cmd !== 'uplink')) { if((intval($parent['forum_mode']) == 1) && (! $top_level) && ($cmd !== 'uplink')) {
proc_run('php','include/notifier','uplink',$item_id); proc_run('php','include/notifier.php','uplink',$item_id);
} }
$conversants = array(); $conversants = array();