Index: trunk/phase3/includes/Article.php |
— | — | @@ -372,8 +372,7 @@ |
373 | 373 | $this->mTitle->mTouched = wfTimestamp( TS_MW, $data->page_touched ); |
374 | 374 | |
375 | 375 | # Old-fashioned restrictions |
376 | | - if( $data->page_restrictions ) |
377 | | - $this->mTitle->loadRestrictions( $data->page_restrictions ); |
| 376 | + $this->mTitle->loadRestrictions( $data->page_restrictions ); |
378 | 377 | |
379 | 378 | $this->mCounter = $data->page_counter; |
380 | 379 | $this->mTouched = wfTimestamp( TS_MW, $data->page_touched ); |