mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Typo in notifier.
This commit is contained in:
parent
41439804f4
commit
5f970aea72
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue