Index: trunk/extensions/LiquidThreads/pages/SummaryPageView.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | global $wgUser; |
12 | 12 | |
13 | 13 | $t = $thread->root()->getTitle(); |
14 | | - $link = $wgUser->getSkin->link( $t ); |
| 14 | + $link = $wgUser->getSkin()->link( $t ); |
15 | 15 | $this->output->setSubtitle( |
16 | 16 | wfMsgExt( 'lqt_summary_subtitle', array( 'parseinline', 'replaceafter' ), |
17 | 17 | $link ) ); |