mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 15:44:33 +00:00
Remove use of deprecated wfRunHooks
Change-Id: I9800664555a9a6a54c3a62ed29928346fb87b194
This commit is contained in:
parent
63ea3a5930
commit
a1c1e759a6
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue