Matthias Mullie has uploaded a new change for review. https://gerrit.wikimedia.org/r/111657
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 --- M includes/UrlGenerator.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow refs/changes/57/111657/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/111657 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: master Gerrit-Owner: Matthias Mullie <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
