Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/76254
Change subject: Cleaning up unused variables in the global space ...................................................................... Cleaning up unused variables in the global space Bug 47514 Change-Id: I9938435ba75fb9ce51fac9018c1e62451bd714b1 --- M ApiSVGProxy.php 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ApiSVGProxy refs/changes/54/76254/1 diff --git a/ApiSVGProxy.php b/ApiSVGProxy.php index a9f7435..114150d 100644 --- a/ApiSVGProxy.php +++ b/ApiSVGProxy.php @@ -36,3 +36,5 @@ $wgAPIModules['svgproxy'] = 'ApiSVGProxy'; $wgExtensionMessagesFiles['ApiSVGProxy'] = dirname( __FILE__ ) . '/ApiSVGProxy.i18n.php'; + +unset( $dir ); -- To view, visit https://gerrit.wikimedia.org/r/76254 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9938435ba75fb9ce51fac9018c1e62451bd714b1 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ApiSVGProxy Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
