Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -55,7 +55,6 @@ |
56 | 56 | $this->mRevisionId = null; |
57 | 57 | $this->mNewSectionLink = false; |
58 | 58 | $this->mTemplateIds = array(); |
59 | | - $this->mImageTimestamps = array(); |
60 | 59 | } |
61 | 60 | |
62 | 61 | public function redirect( $url, $responsecode = '302' ) { |
— | — | @@ -388,7 +387,6 @@ |
389 | 388 | $this->mHeadItems = array_merge( $this->mHeadItems, (array)$parserOutput->mHeadItems ); |
390 | 389 | // Versioning... |
391 | 390 | $this->mTemplateIds += (array)$parserOutput->mTemplateIds; |
392 | | - $this->mImageTimestamps += (array)$parserOutput->mImageTimestamps; |
393 | 391 | |
394 | 392 | wfRunHooks( 'OutputPageParserOutput', array( &$this, $parserOutput ) ); |
395 | 393 | } |