r44368 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44367‎ | r44368 | r44369 >
Date:22:28, 9 December 2008
Author:aaron
Status:ok
Tags:
Comment:
Revert r44367; ends up with an extra fetch :/
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -372,8 +372,7 @@
373373 $this->mTitle->mTouched = wfTimestamp( TS_MW, $data->page_touched );
374374
375375 # Old-fashioned restrictions
376 - if( $data->page_restrictions )
377 - $this->mTitle->loadRestrictions( $data->page_restrictions );
 376+ $this->mTitle->loadRestrictions( $data->page_restrictions );
378377
379378 $this->mCounter = $data->page_counter;
380379 $this->mTouched = wfTimestamp( TS_MW, $data->page_touched );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r44367Delay restriction fetching queryaaron22:24, 9 December 2008

Status & tagging log