Jack Phoenix has uploaded a new change for review.

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


Change subject: Fix fatal (thanks Chad!)
......................................................................

Fix fatal (thanks Chad!)

Change-Id: I5c315ed2f29afb992014e2081ad2ce3d93d67aa1
---
M UserProfile/UserProfilePage.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SocialProfile 
refs/changes/52/97552/1

diff --git a/UserProfile/UserProfilePage.php b/UserProfile/UserProfilePage.php
index 6ee593f..12531d7 100644
--- a/UserProfile/UserProfilePage.php
+++ b/UserProfile/UserProfilePage.php
@@ -1683,7 +1683,7 @@
                                $fantag_title = Title::makeTitle( NS_FANTAG, 
$fanbox['fantag_title'] );
                                $right_text = $fanbox['fantag_right_text'];
                                $right_text = $tagParser->parse(
-                                       $right_text, $wgTitle, 
$wgOut->parserOptions(), false
+                                       $right_text, $this->getTitle(), 
$wgOut->parserOptions(), false
                                );
                                $right_text = $right_text->getText();
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5c315ed2f29afb992014e2081ad2ce3d93d67aa1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SocialProfile
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <[email protected]>

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

Reply via email to