r63523 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63522‎ | r63523 | r63524 >
Date:23:23, 9 March 2010
Author:werdna
Status:deferred
Tags:
Comment:
Fix call to getUserPage()
Modified paths:
  • /branches/wmf-deployment/extensions/LiquidThreads/classes/View.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/LiquidThreads/classes/View.php
@@ -1760,7 +1760,7 @@
17611761 static function signaturePST( $sig, $user ) {
17621762 global $wgParser, $wgOut, $wgTitle;
17631763
1764 - $title = $wgTitle ? $wgTitle : $user->getUserPage()->getTitle();
 1764+ $title = $wgTitle ? $wgTitle : $user->getUserPage();
17651765
17661766 // Parser gets antsy about parser options here if it hasn't parsed anything before.
17671767 $wgParser->clearState();

Status & tagging log