Fix typo in r97044 reported in twn
[lhc/web/wiklou.git] / maintenance / patchSql.php
index 9c59d6a..1f96d62 100644 (file)
@@ -56,4 +56,4 @@ class PatchSql extends Maintenance {
 }
 
 $maintClass = "PatchSql";
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );