Jdlrobson has uploaded a new change for review. https://gerrit.wikimedia.org/r/207657
Change subject: Fix error in API request to hide ...................................................................... Fix error in API request to hide use the namespace Bug: T97600 Change-Id: I312edfccb927df60bdff44c0bb7111d1c9218836 --- M includes/Gather.hooks.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Gather refs/changes/57/207657/1 diff --git a/includes/Gather.hooks.php b/includes/Gather.hooks.php index 6e9a624..13f1122 100644 --- a/includes/Gather.hooks.php +++ b/includes/Gather.hooks.php @@ -12,6 +12,7 @@ use ResourceLoader; use PageImages; use BetaFeatures; +use User; /** * Hook handlers for Gather extension -- To view, visit https://gerrit.wikimedia.org/r/207657 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I312edfccb927df60bdff44c0bb7111d1c9218836 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Gather Gerrit-Branch: master Gerrit-Owner: Jdlrobson <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
