From: Aaron Schulz Date: Sun, 17 Aug 2008 00:20:47 +0000 (+0000) Subject: move "continue" statement. Broken position broke mImages and thus flaggedrevs. X-Git-Tag: 1.31.0-rc.0~45860 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=8266bb1b1d7338e240f871469237ee2180bcc896;p=lhc%2Fweb%2Fwiklou.git move "continue" statement. Broken position broke mImages and thus flaggedrevs. --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 7de7291358..20b22e161d 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -1725,10 +1725,10 @@ class Parser $s .= $prefix . $this->armorLinks( $this->makeImage( $nt, $text, $holders ) ) . $trail; wfProfileOut( __METHOD__."-image" ); - continue; } $this->mOutput->addImage( $nt->getDBkey() ); wfProfileOut( __METHOD__."-image" ); + continue; }