Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -3853,7 +3853,7 @@ |
3854 | 3854 | * @param $msg String: message key |
3855 | 3855 | * @return Boolean: whether the addition was successful |
3856 | 3856 | */ |
3857 | | - protected function addTrackingCategory( $msg ) { |
| 3857 | + public function addTrackingCategory( $msg ) { |
3858 | 3858 | if ( $this->mTitle->getNamespace() === NS_SPECIAL ) { |
3859 | 3859 | wfDebug( __METHOD__.": Not adding tracking category $msg to special page!\n" ); |
3860 | 3860 | return false; |