]> git.mxchange.org Git - friendica.git/blobdiff - scripts/worker.php
Add User::authenticate()
[friendica.git] / scripts / worker.php
index 6fcf4c7f415fcfba29593c402d601de34567fe73..61828956ae1d942cf80afbfe0247826a275b57f6 100644 (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]);