Per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/66168#c7252 switch while...
[lhc/web/wiklou.git] / includes / api / ApiQueryLangLinks.php
index d4fc38f..31f1e17 100644 (file)
@@ -79,7 +79,7 @@ class ApiQueryLangLinks extends ApiQueryBase {
 
                $count = 0;
                $db = $this->getDB();
-               while ( $row = $db->fetchObject( $res ) ) {
+               foreach ( $res as $row ) {
                        if ( ++$count > $params['limit'] ) {
                                // We've reached the one extra which shows that
                                // there are additional pages to be had. Stop here...