From: Antoine Musso Date: Fri, 14 Jan 2011 15:08:41 +0000 (+0000) Subject: use require( RUN_MAINTENANCE_IF_MAIN ) as per r80205 X-Git-Tag: 1.31.0-rc.0~32543 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=8dc6f041c19c944f8393b34a6fb8660960a16540;p=lhc%2Fweb%2Fwiklou.git use require( RUN_MAINTENANCE_IF_MAIN ) as per r80205 fix review on r80269 --- diff --git a/maintenance/benchmarks/bench_if_switch.php b/maintenance/benchmarks/bench_if_switch.php index 1f46bca63f..11c00b3c05 100644 --- a/maintenance/benchmarks/bench_if_switch.php +++ b/maintenance/benchmarks/bench_if_switch.php @@ -85,4 +85,4 @@ class bench_if_switch extends Benchmarker { } $maintClass = 'bench_if_switch'; -require_once( DO_MAINTENANCE ); +require_once( RUN_MAINTENANCE_IF_MAIN );