diff --git a/Math.hooks.php b/Math.hooks.php index 1544de8..36d7452 100644 --- a/Math.hooks.php +++ b/Math.hooks.php @@ -133,7 +133,7 @@ class MathHooks { * @param array $tables * @return bool */ - function onParserTestTables( &$tables ) { + static function onParserTestTables( &$tables ) { $tables[] = 'math'; return true; }