Aude has uploaded a new change for review. https://gerrit.wikimedia.org/r/97779
Change subject: Fix fatal error in SpecialModifyEntity ...................................................................... Fix fatal error in SpecialModifyEntity missing use UserBlockedError Change-Id: I2217a2a2a66b4ea551025fa506d2a425a7f3acbf --- M repo/includes/specials/SpecialModifyEntity.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/79/97779/1 diff --git a/repo/includes/specials/SpecialModifyEntity.php b/repo/includes/specials/SpecialModifyEntity.php index f6baa3c..412dd8f 100644 --- a/repo/includes/specials/SpecialModifyEntity.php +++ b/repo/includes/specials/SpecialModifyEntity.php @@ -3,6 +3,7 @@ namespace Wikibase\Repo\Specials; use Html; +use UserBlockedError; use UserInputException; use Wikibase\DataModel\Entity\EntityIdParsingException; use Wikibase\EditEntity; -- To view, visit https://gerrit.wikimedia.org/r/97779 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2217a2a2a66b4ea551025fa506d2a425a7f3acbf Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: mw1.23-wmf5 Gerrit-Owner: Aude <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
