jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  EBernhardson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/UrlGenerator.php b/includes/UrlGenerator.php
index 16e6079..79fdd98 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/111660
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I03ba4504f5b677f324f5c61bc8c482a2b9c00238
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: wmf/1.23wmf11
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: Matthias Mullie <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to