Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/76261
Change subject: Cleaning up unused variables in the global space ...................................................................... Cleaning up unused variables in the global space Bug 47514 Change-Id: I889106b678667c8162dc6eb111f1ed4b34518de9 --- M BatchUserRights.php 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BatchUserRights refs/changes/61/76261/1 diff --git a/BatchUserRights.php b/BatchUserRights.php index 62d30f1..eba1640 100644 --- a/BatchUserRights.php +++ b/BatchUserRights.php @@ -37,3 +37,5 @@ $wgExtensionMessagesFiles['BatchUserRightsAliases'] = $dir . 'BatchUserRights.alias.php'; $wgAutoloadClasses['SpecialBatchUserRights'] = $dir . 'BatchUserRights_body.php'; $wgSpecialPages['BatchUserRights'] = 'SpecialBatchUserRights'; + +unset( $dir ); -- To view, visit https://gerrit.wikimedia.org/r/76261 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I889106b678667c8162dc6eb111f1ed4b34518de9 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/BatchUserRights Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
