mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
Remove some more unused variables
This commit is contained in:
parent
9edea873d9
commit
ed81a508f4
|
@ -110,7 +110,7 @@ class CiteOutput {
|
|||
}
|
||||
|
||||
function execute() {
|
||||
global $wgOut, $wgUser, $wgParser, $wgHooks, $wgCiteDefaultText;
|
||||
global $wgOut, $wgParser, $wgHooks, $wgCiteDefaultText;
|
||||
|
||||
$wgHooks['ParserGetVariableValueTs'][] = array( $this, 'timestamp' );
|
||||
|
||||
|
|
Loading…
Reference in a new issue