X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2Fstorage%2ForphanStats.php;h=82ee135b0dfa8e4fa136ef205a6b9910865e14cc;hp=f3b521f6c3580751c5466f4eb101dfc69ae42c2a;hb=38c7f444e1c13327e203ce4e2890826782b39876;hpb=d3f1d418dec7e3bc3e42dc28c321c308b4d28cdb diff --git a/maintenance/storage/orphanStats.php b/maintenance/storage/orphanStats.php index f3b521f6c3..82ee135b0d 100644 --- a/maintenance/storage/orphanStats.php +++ b/maintenance/storage/orphanStats.php @@ -20,7 +20,7 @@ * * @ingroup Maintenance ExternalStorage */ -require_once( dirname( __FILE__ ) . '/../Maintenance.php' ); +require_once( __DIR__ . '/../Maintenance.php' ); class OrphanStats extends Maintenance { public function __construct() {