Use __DIR__ instead of dirname( __FILE__ )
[lhc/web/wiklou.git] / maintenance / benchmarks / benchmarkHooks.php
index 4ec2616..508ea80 100644 (file)
@@ -19,7 +19,7 @@
  * @ingroup Benchmark
  */
 
-require_once( dirname( __FILE__ ) . '/Benchmarker.php' );
+require_once( __DIR__ . '/Benchmarker.php' );
 
 class BenchmarkHooks extends Benchmarker {