jenkins-bot has submitted this change and it was merged.
Change subject: Hook expects old RC_* value for watchlist
......................................................................
Hook expects old RC_* value for watchlist
Bug: 55597
Change-Id: Id93b9742c56b3fb840c7d90d445835ef66dd6301
---
M Hooks.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Bsitu: Looks good to me, approved
jenkins-bot: Verified
diff --git a/Hooks.php b/Hooks.php
index 1f04ab9..ce91979 100644
--- a/Hooks.php
+++ b/Hooks.php
@@ -260,7 +260,7 @@
* @return boolean true
*/
public static function onSpecialWatchlistGetNonRevisionTypes( &$types )
{
- $types[] = Flow\Data\RecentChanges::SRC_FLOW;
+ $types[] = RC_FLOW;
return true;
}
--
To view, visit https://gerrit.wikimedia.org/r/96578
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id93b9742c56b3fb840c7d90d445835ef66dd6301
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: Bsitu <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits