Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/76265
Change subject: Cleaning up unused variables in the global space ...................................................................... Cleaning up unused variables in the global space Bug 47514 Change-Id: I6186b8a1012da49ae8848d97caf526a3fa575749 --- M BookManager.php 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BookManager refs/changes/65/76265/1 diff --git a/BookManager.php b/BookManager.php index 4ed708b..0b2edb0 100644 --- a/BookManager.php +++ b/BookManager.php @@ -87,3 +87,5 @@ $wgHooks['BaseTemplateToolbox'][] = 'BookManagerNavBar::bookToolboxSection'; /*** Cat ***/ $wgHooks['ParserAfterTidy'][] = 'BookManagerNavBar::CatByPrefix'; + +unset( $dir ); -- To view, visit https://gerrit.wikimedia.org/r/76265 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6186b8a1012da49ae8848d97caf526a3fa575749 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/BookManager Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
