EBernhardson has uploaded a new change for review. https://gerrit.wikimedia.org/r/111661
Change subject: AbstractRevision was not being used, assuming incorrect namespace Flow\AbstractRevision ...................................................................... AbstractRevision was not being used, assuming incorrect namespace Flow\AbstractRevision Change-Id: I03ba4504f5b677f324f5c61bc8c482a2b9c00238 (cherry picked from commit 735817cfcdf383f0b9cedbbdbd91844484f6f58d) --- M includes/UrlGenerator.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow refs/changes/61/111661/1 diff --git a/includes/UrlGenerator.php b/includes/UrlGenerator.php index a309e82..ac4f2fd 100644 --- a/includes/UrlGenerator.php +++ b/includes/UrlGenerator.php @@ -6,6 +6,7 @@ use Flow\Data\ObjectManager; use Flow\Model\UUID; use Flow\Model\Workflow; +use Flow\Model\AbstractRevision; use Title; use Flow\Exception\InvalidDataException; use Flow\Exception\InvalidInputException; -- To view, visit https://gerrit.wikimedia.org/r/111661 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I03ba4504f5b677f324f5c61bc8c482a2b9c00238 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Flow Gerrit-Branch: wmf/1.23wmf12 Gerrit-Owner: EBernhardson <[email protected]> Gerrit-Reviewer: Matthias Mullie <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
