"Awjrichards" changed the status of MediaWiki.r104370 to "reverted" and 
commented it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/104370#c26790

Old Status: ok
> New Status: reverted

Commit summary for MediaWiki.r104370:

Comments

A fixme on a wrong function call

Awjrichards's comment:

<pre>
-                               while ( $row = $dbr->fetchRow( $select ) ) {
+                               foreach( $select as $row ) {
                                        $row[] = $ytd += $row[1]; // YTD
                                        $result[] = $row;
                                }
</pre>
This causes a php fatal error.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to