Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/76247
Change subject: Cleaning up unused variables in the global space ...................................................................... Cleaning up unused variables in the global space Bug 47514 Change-Id: I1c130c7264ac3379cc5ab05cc9d99a7f20bf1ca3 --- M Agora.php 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Agora refs/changes/47/76247/1 diff --git a/Agora.php b/Agora.php index 72f581f..4b8b8ed 100644 --- a/Agora.php +++ b/Agora.php @@ -44,3 +44,5 @@ $wgAgoraEnabledPages = array(); // Agora enabled actions $wgAgoraEnabledActions = array(); + +unset( $localBasePath ); -- To view, visit https://gerrit.wikimedia.org/r/76247 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1c130c7264ac3379cc5ab05cc9d99a7f20bf1ca3 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Agora Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
