r106066 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106065‎ | r106066 | r106067 >
Date:19:17, 13 December 2011
Author:gregchiasson
Status:ok
Tags:
Comment:
AFTv5 - fix typo in r105464 that was making ratings fetches not work.
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/api/ApiViewRatingsArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/api/ApiViewRatingsArticleFeedbackv5.php
@@ -46,7 +46,7 @@
4747 'ratingdesc' => $row->field_name,
4848 'ratingid' => (int) $row->field_id,
4949 'total' => (int) $row->arr_total,
50 - 'count' => (int) $row->add_count,
 50+ 'count' => (int) $row->arr_count,
5151 );
5252 }
5353 $result->addValue( $result_path, 'rollup', $info );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105464AFTv5 - per code review, the fetchRollup query was way more complicated than ...gregchiasson22:02, 7 December 2011

Status & tagging log