Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/76262


Change subject: Cleaning up unused variables in the global space
......................................................................

Cleaning up unused variables in the global space

Bug 47514

Change-Id: I782acd4b60226de764908b2ef736e42dff78841a
---
M BiblioPlus.php
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BiblioPlus 
refs/changes/62/76262/1

diff --git a/BiblioPlus.php b/BiblioPlus.php
index d7f9d96..4be9b5b 100644
--- a/BiblioPlus.php
+++ b/BiblioPlus.php
@@ -203,4 +203,6 @@
     $parser -> setHook("nocite", array($biblio, 'biblioRenderNocite'));
     $parser -> setHook("biblio", array($biblio, 'biblioRenderBiblio'));
     return true;
-}
\ No newline at end of file
+}
+unset( $moduleTemplate );
+unset( $dir );

-- 
To view, visit https://gerrit.wikimedia.org/r/76262
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I782acd4b60226de764908b2ef736e42dff78841a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BiblioPlus
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to