mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-28 09:20:42 +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 );
|
$this->setHash( $newHash );
|
||||||
}
|
}
|
||||||
|
|
||||||
wfRunHooks( 'MathAfterTexvc', array( &$this, &$errmsg ) );
|
Hooks::run( 'MathAfterTexvc', array( &$this, &$errmsg ) );
|
||||||
|
|
||||||
if ( $errmsg ) {
|
if ( $errmsg ) {
|
||||||
return $errmsg;
|
return $errmsg;
|
||||||
|
|
Loading…
Reference in a new issue