aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/showStats.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/showStats.php')
-rw-r--r--maintenance/showStats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/showStats.php b/maintenance/showStats.php
index b284a9acb040..f16853d7e24e 100644
--- a/maintenance/showStats.php
+++ b/maintenance/showStats.php
@@ -28,7 +28,7 @@
* @license GNU General Public License 2.0 or later
*/
-require_once( dirname( __FILE__ ) . '/Maintenance.php' );
+require_once( __DIR__ . '/Maintenance.php' );
class ShowStats extends Maintenance {
public function __construct() {