* fixed table duplication for unit tests
[lhc/web/wiklou.git] / maintenance / clear_interwiki_cache.php
index c1fd417..953bd4c 100644 (file)
@@ -51,4 +51,4 @@ class ClearInterwikiCache extends Maintenance {
 }
 
 $maintClass = "ClearInterwikiCache";
-require_once( DO_MAINTENANCE );
+require_once( RUN_MAINTENANCE_IF_MAIN );