Remove PathRouter.php from Generic.Files.OneObjectStructurePerFile.MultipleFound
[lhc/web/wiklou.git] / maintenance / doMaintenance.php
index 1f1a4c7..1c53fe8 100644 (file)
@@ -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();