Legoktm has uploaded a new change for review.

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


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

Cleaning up unused variables in the global space

Bug 47514

Change-Id: Idef9e1483519f02155634b844090a821d6749f3e
---
M AJAXPoll.php
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AJAXPoll 
refs/changes/48/76248/1

diff --git a/AJAXPoll.php b/AJAXPoll.php
index 7c7c017..5155e03 100644
--- a/AJAXPoll.php
+++ b/AJAXPoll.php
@@ -109,3 +109,6 @@
 # default: users can vote and can see poll results - when they have voted
 $wgGroupPermissions['user']['ajaxpoll-vote'] = true;
 $wgGroupPermissions['user']['ajaxpoll-view-results'] = true;
+
+unset( $myResourceTemplate );
+unset( $dir );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idef9e1483519f02155634b844090a821d6749f3e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AJAXPoll
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