From a1c1e759a67348fc873e170a0dc36fd4ff4df1b5 Mon Sep 17 00:00:00 2001 From: addshore Date: Thu, 6 Aug 2015 18:58:42 +0100 Subject: [PATCH] Remove use of deprecated wfRunHooks Change-Id: I9800664555a9a6a54c3a62ed29928346fb87b194 --- MathTexvc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MathTexvc.php b/MathTexvc.php index f4d26e3..89490c3 100644 --- a/MathTexvc.php +++ b/MathTexvc.php @@ -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;