X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FdoMaintenance.php;h=1c53fe84000a64d117ce2d4657eae3d59a271b6f;hb=2ef8fe6584cc16d5d01f21accdebaefc05f5d661;hp=1f1a4c721b638513fd4f8b6c896b45774c89945a;hpb=18a6b556b3c595bd0ced99316280094e77ab4a7e;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/doMaintenance.php b/maintenance/doMaintenance.php index 1f1a4c721b..1c53fe8400 100644 --- a/maintenance/doMaintenance.php +++ b/maintenance/doMaintenance.php @@ -90,6 +90,8 @@ $maintenance->checkRequiredExtensions(); // This avoids having long running scripts just OOM and lose all the updates. $maintenance->setAgentAndTriggers(); +$maintenance->validateParamsAndArgs(); + // Do the work $success = $maintenance->execute();