Use __DIR__ instead of dirname( __FILE__ )
[lhc/web/wiklou.git] / maintenance / benchmarks / benchmarkPurge.php
index e9d2ec7..4d36d26 100644 (file)
@@ -21,7 +21,7 @@
  * @ingroup Benchmark
  */
 
-require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
+require_once( __DIR__ . '/Benchmarker.php' );
 
 class BenchmarkPurge extends Benchmarker {