Follow-up f7cddcf7c1: Move RELEASE-NOTES-1.34 entry to right place
[lhc/web/wiklou.git] / maintenance / fixTimestamps.php
index 1efbc5f..32ff985 100644 (file)
@@ -125,5 +125,5 @@ class FixTimestamps extends Maintenance {
        }
 }
 
-$maintClass = "FixTimestamps";
+$maintClass = FixTimestamps::class;
 require_once RUN_MAINTENANCE_IF_MAIN;