summaryrefslogtreecommitdiff
path: root/maintenance/renameDbPrefix.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/renameDbPrefix.php')
-rw-r--r--maintenance/renameDbPrefix.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/maintenance/renameDbPrefix.php b/maintenance/renameDbPrefix.php
index 6f244791..ed9d1f5d 100644
--- a/maintenance/renameDbPrefix.php
+++ b/maintenance/renameDbPrefix.php
@@ -23,7 +23,7 @@
* @ingroup Maintenance
*/
-require_once( __DIR__ . '/Maintenance.php' );
+require_once __DIR__ . '/Maintenance.php';
/**
* Maintenance script that changes the prefix of database tables.
@@ -91,4 +91,4 @@ class RenameDbPrefix extends Maintenance {
}
$maintClass = "RenameDbPrefix";
-require_once( RUN_MAINTENANCE_IF_MAIN );
+require_once RUN_MAINTENANCE_IF_MAIN;