summaryrefslogtreecommitdiff
path: root/maintenance/purgeOldText.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/purgeOldText.php')
-rw-r--r--maintenance/purgeOldText.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/maintenance/purgeOldText.php b/maintenance/purgeOldText.php
index 1f0b063b..3d81e2df 100644
--- a/maintenance/purgeOldText.php
+++ b/maintenance/purgeOldText.php
@@ -22,7 +22,7 @@
* @author Rob Church <robchur@gmail.com>
*/
-require_once( __DIR__ . '/Maintenance.php' );
+require_once __DIR__ . '/Maintenance.php';
/**
* Maintenance script that purges old text records from the database.
@@ -42,4 +42,4 @@ class PurgeOldText extends Maintenance {
}
$maintClass = "PurgeOldText";
-require_once( RUN_MAINTENANCE_IF_MAIN );
+require_once RUN_MAINTENANCE_IF_MAIN;