FIX #16285 warning undefine array key in cron_run_job.php

This commit is contained in:
daraelmin 2021-02-15 20:38:59 +01:00 committed by GitHub
parent d02a75e5fc
commit 58ae1aeb08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ if ($result < 0) {
}
$user->getrights();
if (isset($argv[3]) || $argv[3]) {
if (isset($argv[3]) && $argv[3]) {
$id = $argv[3];
}