Remove some more unused variables

This commit is contained in:
Sam Reed 2010-07-24 21:32:07 +00:00
parent 9edea873d9
commit ed81a508f4

View file

@ -110,7 +110,7 @@ class CiteOutput {
}
function execute() {
global $wgOut, $wgUser, $wgParser, $wgHooks, $wgCiteDefaultText;
global $wgOut, $wgParser, $wgHooks, $wgCiteDefaultText;
$wgHooks['ParserGetVariableValueTs'][] = array( $this, 'timestamp' );