From: Adam Magness Date: Sun, 19 Nov 2017 22:33:07 +0000 (-0500) Subject: New function X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9622dedaeb0dde00fe1896f7e08095ef59371f56;p=friendica.git New function new function from recent develop branch merge --- diff --git a/src/Core/Worker.php b/src/Core/Worker.php index 2417af5544..7dcdf4e886 100644 --- a/src/Core/Worker.php +++ b/src/Core/Worker.php @@ -969,7 +969,11 @@ class Worker self::killStaleWorkers(); } - public static function spawnWorker() { + /** + * @return void + */ + public static function spawnWorker() + { $args = array("scripts/worker.php", "no_cron"); get_app()->proc_run($args); }