From: Roan Kattouw Date: Fri, 23 Jan 2009 20:39:54 +0000 (+0000) Subject: Remove stray semicolon X-Git-Tag: 1.31.0-rc.0~43289 X-Git-Url: http://git.cyclocoop.org/%22%40url%40/%24self?a=commitdiff_plain;h=53b85fc55a43345f990ffad56d20b9b52109935c;p=lhc%2Fweb%2Fwiklou.git Remove stray semicolon --- diff --git a/includes/Profiler.php b/includes/Profiler.php index 0ea8e8ae0b..da0ce3b40e 100644 --- a/includes/Profiler.php +++ b/includes/Profiler.php @@ -92,7 +92,7 @@ class Profiler { * @param $functionname string */ function profileOut($functionname) { - global $wgDebugFunctionEntry, $wgProfiling;; + global $wgDebugFunctionEntry, $wgProfiling; if( !$wgProfiling ) return; $memory = memory_get_usage(); $time = $this->getTime();