Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/76264
Change subject: Cleaning up unused variables in the global space ...................................................................... Cleaning up unused variables in the global space Bug 47514 Change-Id: Iea1e35b2272c03e0aa04f21128fe7bfff4195251 --- M Blackout.php 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Blackout refs/changes/64/76264/1 diff --git a/Blackout.php b/Blackout.php index b635907..1550eb7 100644 --- a/Blackout.php +++ b/Blackout.php @@ -79,3 +79,6 @@ * Hooks */ $wgHooks['MediaWikiPerformAction'][] = 'Blackout::overrideAction'; + +unset( $dir ); +unset( $skinDir ); -- To view, visit https://gerrit.wikimedia.org/r/76264 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iea1e35b2272c03e0aa04f21128fe7bfff4195251 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Blackout Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
