From: Aaron Schulz Date: Mon, 18 Aug 2008 05:50:03 +0000 (+0000) Subject: profile out X-Git-Tag: 1.31.0-rc.0~45844 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=52045072828bedbb8aa63f41bb56a70950d3c8ef;p=lhc%2Fweb%2Fwiklou.git profile out --- diff --git a/includes/Wiki.php b/includes/Wiki.php index fa49290abb..b8d86b2dd0 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -60,6 +60,7 @@ class MediaWiki { } elseif( is_string( $new_article ) ) { $output->redirect( $new_article ); } else { + wfProfileOut( __METHOD__ ); throw new MWException( "Shouldn't happen: MediaWiki::initializeArticle() returned neither an object nor a URL" ); } }