rdbms: Log debug message traces as 'exception.trace' instead of 'trace'
[lhc/web/wiklou.git] / maintenance / purgeParserCache.php
index 716be3a..dcd6d13 100644 (file)
@@ -93,5 +93,5 @@ class PurgeParserCache extends Maintenance {
        }
 }
 
-$maintClass = 'PurgeParserCache';
+$maintClass = PurgeParserCache::class;
 require_once RUN_MAINTENANCE_IF_MAIN;