r97554 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97553‎ | r97554 | r97555 >
Date:20:50, 19 September 2011
Author:sean_colombo
Status:resolved (Comments)
Tags:
Comment:
Merged in change from Wikia which prevents an E_NOTICE on Special:FewestRevisions page.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialFewestrevisions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialFewestrevisions.php
@@ -86,7 +86,7 @@
8787
8888 $nl = wfMsgExt( 'nrevisions', array( 'parsemag', 'escape' ),
8989 $wgLang->formatNum( $result->value ) );
90 - $redirect = $result->redirect ? ' - ' . wfMsgHtml( 'isredirect' ) : '';
 90+ $redirect = isset($result->redirect) ? ' - ' . wfMsgHtml( 'isredirect' ) : '';
9191 $nlink = $skin->linkKnown(
9292 $nt,
9393 $nl,

Follow-up revisions

RevisionCommit summaryAuthorDate
r97667Haz moar spaces :) ... follow-up to r97554 as per Jack Phoenix.sean_colombo21:39, 20 September 2011

Comments

#Comment by Jack Phoenix (talk | contribs)   16:31, 20 September 2011

Status & tagging log