r107909 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107908‎ | r107909 | r107910 >
Date:17:42, 3 January 2012
Author:bsitu
Status:ok
Tags:
Comment:
followup -r107588 - remove unnecessary trailing spaces
Modified paths:
  • /trunk/extensions/MoodBar/MoodBar.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/MoodBar.hooks.php
@@ -34,7 +34,7 @@
3535 array( 'moodbar_feedback', 'moodbar_feedback_response' ),
3636 array( 'mbf_id', 'mbf_user_id' ),
3737 array( 'mbf_id = mbfr_mbf_id',
38 - 'mbfr_id' => intval( $item )
 38+ 'mbfr_id' => intval( $item )
3939 ),__METHOD__ );
4040
4141 if ( $res !== false ) {
@@ -43,7 +43,7 @@
4444
4545 // Make sure that the page requesting 'mark as helpful' item is the
4646 // talk page of the user who wrote the feedback
47 - if ( $commenter && $page->isTalkPage() &&
 47+ if ( $commenter && $page->isTalkPage() &&
4848 $commenter->getTalkPage()->getPrefixedText() == $page->getPrefixedText() ) {
4949
5050 $isAbleToShow = true;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107588only show markashelpful for feedback response on the talk page of feedback ownerbsitu19:16, 29 December 2011

Status & tagging log