]> git.mxchange.org Git - friendica.git/commitdiff
Typo in notifier.
authorThomas Willingham <founder@kakste.com>
Thu, 6 Sep 2012 23:43:05 +0000 (00:43 +0100)
committerThomas Willingham <founder@kakste.com>
Thu, 6 Sep 2012 23:43:05 +0000 (00:43 +0100)
include/notifier.php

index 0add92a1cf9164984c18b697a607792df55770f8..171b55fc37425f0fa513be5266cbfeab0933c7ad 100644 (file)
@@ -295,7 +295,7 @@ function notifier_run($argv, $argc){
                        // a delivery fork. private groups (forum_mode == 2) do not 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();