summaryrefslogtreecommitdiff
path: root/maintenance/undelete.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/undelete.php')
-rw-r--r--maintenance/undelete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/undelete.php b/maintenance/undelete.php
index 1c3b14a5..ea8b0c4b 100644
--- a/maintenance/undelete.php
+++ b/maintenance/undelete.php
@@ -21,7 +21,7 @@
* @ingroup Maintenance
*/
-require_once( dirname( __FILE__ ) . '/Maintenance.php' );
+require_once( __DIR__ . '/Maintenance.php' );
class Undelete extends Maintenance {
public function __construct() {