Index: trunk/phase3/maintenance/benchmarkPurge.php |
— | — | @@ -31,7 +31,7 @@ |
32 | 32 | } |
33 | 33 | |
34 | 34 | public function execute() { |
35 | | - global $wgUseSquid, wgSquidServers; |
| 35 | + global $wgUseSquid, $wgSquidServers; |
36 | 36 | if ( !$wgUseSquid ) { |
37 | 37 | $this->error( "Squid purge benchmark doesn't do much without squid support on." . true ); |
38 | 38 | } else { |