Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -1303,6 +1303,7 @@ |
1304 | 1304 | if($this->mTitle->getNamespace() == NS_CATEGORY) { |
1305 | 1305 | $this->mArticle->openShowCategory(); |
1306 | 1306 | } |
| 1307 | + wfRunHooks( 'OutputPageBeforeHTML',array( &$wgOut, &$text ) ); |
1307 | 1308 | $wgOut->addHTML( $text ); |
1308 | 1309 | if($this->mTitle->getNamespace() == NS_CATEGORY) { |
1309 | 1310 | $this->mArticle->closeShowCategory(); |