Remove use of deprecated wfRunHooks

Change-Id: I9800664555a9a6a54c3a62ed29928346fb87b194
This commit is contained in:
addshore 2015-08-06 18:58:42 +01:00
parent 63ea3a5930
commit a1c1e759a6
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ class MathTexvc extends MathRenderer {
$this->setHash( $newHash );
}
wfRunHooks( 'MathAfterTexvc', array( &$this, &$errmsg ) );
Hooks::run( 'MathAfterTexvc', array( &$this, &$errmsg ) );
if ( $errmsg ) {
return $errmsg;