EBernhardson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/96578


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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/78/96578/1

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: newchange
Gerrit-Change-Id: Id93b9742c56b3fb840c7d90d445835ef66dd6301
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>

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

Reply via email to