Fixes to r62995:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 26 Feb 2010 08:53:06 +0000 (08:53 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 26 Feb 2010 08:53:06 +0000 (08:53 +0000)
commitb8b254da7fc478209dbf1d6bd9e5ee1e317ab435
tree4cc234d99308dd072c7a96d90396d4b772fb68e3
parentc7b59430ee9e1345165d8d06b8abb0d28a5fb2ed
Fixes to r62995:
* Avoid fatal error if $wgProfiler is either not a object (ProfilerStub.php) or an instance of Profiler
* Set $wgProfiler to null in ProfilerStub.php so that $wgProfiler doesn't need to be checked with "isset" first, updated check in GlobalFunctions.php accordingly
includes/GlobalFunctions.php
includes/Profiler.php
includes/ProfilerSimple.php
includes/ProfilerStub.php
includes/SkinTemplate.php