r76377 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76376‎ | r76377 | r76378 >
Date:05:08, 9 November 2010
Author:werdna
Status:ok (Comments)
Tags:
Comment:
Fix bug in r76372 (== versus =)
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/Dispatch.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/Dispatch.php
@@ -73,7 +73,7 @@
7474 $viewname = 'ThreadHistoricalRevisionView';
7575 } else if ( $action == 'watch' || $action == 'unwatch' ) {
7676 $viewname = 'ThreadWatchView';
77 - } elseif ( $action == 'delete' || $action = 'rollback' || $action = 'markpatrolled' ) {
 77+ } elseif ( $action == 'delete' || $action == 'rollback' || $action == 'markpatrolled' ) {
7878 return true;
7979 } else {
8080 $viewname = 'ThreadPermalinkView';

Follow-up revisions

RevisionCommit summaryAuthorDate
r844201.17wmf1: MFT r76372, r76377, r83586, r83587, r83817, r83876, r83979, r84118,...catrope21:04, 20 March 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r76372Bug 23716: Fix Rollback and Mark Patrolled on LiquidThreads *comments*. Patch...werdna03:49, 9 November 2010

Comments

#Comment by Reedy (talk | contribs)   14:17, 9 November 2010
O
#Comment by Hashar (talk | contribs)   07:24, 15 March 2011

+1.17wmf1 per comment on bug 23716

Status & tagging log