Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/76251
Change subject: Cleaning up unused variables in the global space ...................................................................... Cleaning up unused variables in the global space Bug 47514 Change-Id: I23b11d36de568cf69169bbe8d38234c254edcb84 --- M AntiSpoof.php 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AntiSpoof refs/changes/51/76251/1 diff --git a/AntiSpoof.php b/AntiSpoof.php index e125bd7..dcf7936 100644 --- a/AntiSpoof.php +++ b/AntiSpoof.php @@ -43,3 +43,5 @@ $wgHooks['UserCreateForm'][] = 'AntiSpoofHooks::asUserCreateFormHook'; $wgHooks['AddNewAccount'][] = 'AntiSpoofHooks::asAddNewAccountHook'; $wgHooks['RenameUserComplete'][] = 'AntiSpoofHooks::asAddRenameUserHook'; + +unset( $dir ); -- To view, visit https://gerrit.wikimedia.org/r/76251 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I23b11d36de568cf69169bbe8d38234c254edcb84 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/AntiSpoof Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
