Merge "Use our fork of less.php" into REL1_31
[lhc/web/wiklou.git] / maintenance / cleanupEmptyCategories.php
index 2d22704..786c20a 100644 (file)
@@ -199,5 +199,5 @@ TEXT
        }
 }
 
-$maintClass = 'CleanupEmptyCategories';
+$maintClass = CleanupEmptyCategories::class;
 require_once RUN_MAINTENANCE_IF_MAIN;