Index: branches/wmf-deployment/extensions/LiquidThreads/classes/View.php |
— | — | @@ -1760,7 +1760,7 @@ |
1761 | 1761 | static function signaturePST( $sig, $user ) { |
1762 | 1762 | global $wgParser, $wgOut, $wgTitle; |
1763 | 1763 | |
1764 | | - $title = $wgTitle ? $wgTitle : $user->getUserPage()->getTitle(); |
| 1764 | + $title = $wgTitle ? $wgTitle : $user->getUserPage(); |
1765 | 1765 | |
1766 | 1766 | // Parser gets antsy about parser options here if it hasn't parsed anything before. |
1767 | 1767 | $wgParser->clearState(); |