Change DO_MAINTENANCE to RUN_MAINTENANCE_IF_MAIN

As suggested in 26505b170adb24a6ae68945920db322c9382e470 for better
readability.

Change-Id: Ia2e3a98b70ce48b084bcab4c3bafee9447d663d6
This commit is contained in:
Umherirrender
2018-03-17 23:01:17 +01:00
parent b36b70826f
commit 80026995de
2 changed files with 2 additions and 2 deletions

View File

@@ -47,4 +47,4 @@ JAVASCRIPT;
}
$maintClass = 'CompileFontRepo';
require_once DO_MAINTENANCE;
require_once RUN_MAINTENANCE_IF_MAIN;

View File

@@ -94,4 +94,4 @@ HTML;
}
$maintClass = 'GenerateFontTestPage';
require_once DO_MAINTENANCE;
require_once RUN_MAINTENANCE_IF_MAIN;