From: Krinkle Date: Mon, 17 Oct 2011 22:57:50 +0000 (+0000) Subject: Fix svn props, r99919 X-Git-Tag: 1.31.0-rc.0~27038 X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=commitdiff_plain;h=237c8ff9ae89762533de925c72a5484da6e5a228;p=lhc%2Fweb%2Fwiklou.git Fix svn props, r99919 --- diff --git a/maintenance/benchmarks/benchmarkHooks.php b/maintenance/benchmarks/benchmarkHooks.php index d614423bed..66a58ab71c 100644 --- a/maintenance/benchmarks/benchmarkHooks.php +++ b/maintenance/benchmarks/benchmarkHooks.php @@ -25,7 +25,7 @@ class BenchmarkHooks extends Benchmarker { public function __construct() { parent::__construct(); - $this->mDescription = "Benchmark MediaWiki Hooks."; + $this->mDescription = 'Benchmark MediaWiki Hooks.'; } public function execute() { @@ -76,5 +76,5 @@ class BenchmarkHooks extends Benchmarker { } } -$maintClass = "BenchmarkHooks"; +$maintClass = 'BenchmarkHooks'; require_once( RUN_MAINTENANCE_IF_MAIN );