Hoo man has uploaded a new change for review.

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

Change subject: Pass context to EditFilterHookRunner in EditFilterHookRunner
......................................................................

Pass context to EditFilterHookRunner in EditFilterHookRunner

Change-Id: Icb26c16972e1b19428a132ae4f389bd26e8e27eb
---
M repo/includes/specials/SpecialRedirectEntity.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/56/205256/1

diff --git a/repo/includes/specials/SpecialRedirectEntity.php 
b/repo/includes/specials/SpecialRedirectEntity.php
index dbecb16..378e45c 100644
--- a/repo/includes/specials/SpecialRedirectEntity.php
+++ b/repo/includes/specials/SpecialRedirectEntity.php
@@ -65,7 +65,8 @@
                                $this->getUser(),
                                new EditFilterHookRunner(
                                        $wikibaseRepo->getEntityTitleLookup(),
-                                       $wikibaseRepo->getEntityContentFactory()
+                                       
$wikibaseRepo->getEntityContentFactory(),
+                                       $this->getContext()
                                )
                        )
                );

-- 
To view, visit https://gerrit.wikimedia.org/r/205256
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb26c16972e1b19428a132ae4f389bd26e8e27eb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>

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

Reply via email to