r108280 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108279‎ | r108280 | r108281 >
Date:20:26, 6 January 2012
Author:rsterbin
Status:ok
Tags:
Comment:
Dropped debug line from r108247
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/api/ApiArticleFeedbackv5.php
@@ -30,7 +30,6 @@
3131 * Execute the API call: Save the form values
3232 */
3333 public function execute() {
34 -error_Log('hi there');
3534 global $wgUser, $wgArticleFeedbackv5SMaxage;
3635 $params = $this->extractRequestParams();
3736
@@ -437,7 +436,7 @@
438437 }
439438
440439 /**
441 - * Creates a new feedback record and inserts the user's rating
 440+ * Creates a new feedback record and inserts the user's rating
442441 * for a specific revision
443442 *
444443 * @param array $data the data

Follow-up revisions

RevisionCommit summaryAuthorDate
r1084701.18wmf1: MFT r108239, r108245, r108247, r108250, r108269, r108280catrope20:28, 9 January 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108247AFTv5 - Refactor feedback/answer saving so we can get it all in one transacti...gregchiasson16:12, 6 January 2012

Status & tagging log