Daniel Kinzler has uploaded a new change for review. https://gerrit.wikimedia.org/r/149295
Change subject: Fix wrong namespace for StorageException ...................................................................... Fix wrong namespace for StorageException RedirectCreationInteractor had the wrong namespace for StorageException, so the catch clauses didn't catch anything. Change-Id: Iaf5dbe76adc38c8b3a9d923a137fad8798a6c794 --- M repo/includes/Interactors/RedirectCreationInteractor.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/95/149295/1 diff --git a/repo/includes/Interactors/RedirectCreationInteractor.php b/repo/includes/Interactors/RedirectCreationInteractor.php index ea51451..c5ed109 100644 --- a/repo/includes/Interactors/RedirectCreationInteractor.php +++ b/repo/includes/Interactors/RedirectCreationInteractor.php @@ -8,8 +8,8 @@ use Wikibase\Lib\Store\EntityRedirect; use Wikibase\Lib\Store\EntityRevisionLookup; use Wikibase\Lib\Store\EntityStore; +use Wikibase\Lib\Store\StorageException; use Wikibase\Lib\Store\UnresolvedRedirectException; -use Wikibase\StorageException; use Wikibase\Summary; use Wikibase\SummaryFormatter; -- To view, visit https://gerrit.wikimedia.org/r/149295 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaf5dbe76adc38c8b3a9d923a137fad8798a6c794 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Daniel Kinzler <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
