Revert r61251 as r61252 fixes the extension (so thats presumably "Wrong")
This commit is contained in:
parent
510746af04
commit
099f21929b
1 changed files with 1 additions and 1 deletions
|
|
@ -3341,7 +3341,7 @@ class Parser
|
|||
throw new MWException( "Tag hook for $name is not callable\n" );
|
||||
}
|
||||
$output = call_user_func_array( $this->mTagHooks[$name],
|
||||
array( $content, $attributes, &$this, $frame ) );
|
||||
array( $content, $attributes, $this, $frame ) );
|
||||
} elseif( isset( $this->mFunctionTagHooks[$name] ) ) {
|
||||
list( $callback, $flags ) = $this->mFunctionTagHooks[$name];
|
||||
if( !is_callable( $callback ) )
|
||||
|
|
|
|||
Loading…
Reference in a new issue