User "Awjrichards" posted a comment on MediaWiki.r87779.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/87779#c16755
Commit summary:

Fixing logic of stats gathering maintenance script to account for rating sets 
(the group of ratings generated when the user hits submit) rather than blindly 
calculating based off of individual ratings

Comment:

Oops - 
<pre>
+                       if ( count( array_keys( $rating_set_count[ $page_id ] 
)) < 5 ) {
</pre>
Should be checking for 10, not 5

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to