Merge "Remove use of deprecated wfRunHooks"

This commit is contained in:
jenkins-bot 2015-08-06 18:03:31 +00:00 committed by Gerrit Code Review
commit 032fb79f67

View File

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