mirror of
https://github.com/friendica/friendica
synced 2025-04-28 01:10:12 +00:00
We now are having a "scripts" folder
This commit is contained in:
parent
5888cce08e
commit
cabfcfc904
6 changed files with 64 additions and 83 deletions
|
@ -912,7 +912,7 @@ class Worker {
|
|||
}
|
||||
|
||||
public static function spawnWorker() {
|
||||
$args = array("include/poller.php", "no_cron");
|
||||
$args = array("scripts/worker.php", "no_cron");
|
||||
get_app()->proc_run($args);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue