Merge "Replace calls to deprecated Article::doWatch and Article::doUnwatch"
[lhc/web/wiklou.git] / docs / maintenance.txt
index 039c71c..988ff28 100644 (file)
@@ -47,7 +47,7 @@ class DemoMaint extends Maintenance {
 }
 
 $maintClass = "DemoMaint";
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );
 
 ==END==