Merge pull request #2231 from julceslauhub/master

IMPROVEMENT for the new option '+force' in the cron file
This commit is contained in:
julceslauhub
2014-01-10 07:27:52 -08:00

View File

@@ -62,6 +62,7 @@ if (file_exists(PATH_DATA . "cron")) {
for ($i = 1; $i <= count($argv) - 1; $i++) {
if (strpos($argv[$i], "+force") !== false) {
$force = true;
unset($argv[$i]);
break;
}
}