Some more poller are noe a worker

This commit is contained in:
Michael 2017-11-19 22:00:43 +00:00
parent 920160cb28
commit c1b064c643
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ use Friendica\App;
use Friendica\Core\Worker;
use Friendica\Core\Config;
// Ensure that poller.php is executed from the base path of the installation
// Ensure that worker.php is executed from the base path of the installation
if (!file_exists("boot.php") && (sizeof($_SERVER["argv"]) != 0)) {
$directory = dirname($_SERVER["argv"][0]);