Fixed a bunch of silly instances of [^!=]==\s*(true|false)
[lhc/web/wiklou.git] / includes / OutputPage.php
index 9722be8..3812ce1 100644 (file)
@@ -39,6 +39,7 @@ class OutputPage {
        var $mParseWarnings = array();
        var $mSquidMaxage = 0;
        var $mRevisionId = null;
+       var $mPageIcons = array();
        protected $mTitle = null;
 
        /**
@@ -1079,6 +1080,7 @@ class OutputPage {
                $this->addCategoryLinks( $parserOutput->getCategories() );
                $this->mNewSectionLink = $parserOutput->getNewSection();
                $this->mHideNewSectionLink = $parserOutput->getHideNewSection();
+               $this->mPageIcons = $parserOutput->getPageIcons();
 
                $this->mParseWarnings = $parserOutput->getWarnings();
                if ( !$parserOutput->isCacheable() ) {