Index: trunk/extensions/LiquidThreads/pages/ThreadDiffView.php |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | |
4 | 4 | if ( !defined( 'MEDIAWIKI' ) ) die; |
5 | 5 | |
6 | | -class ThreadDiffView { |
| 6 | +class ThreadDiffView extends LqtView { |
7 | 7 | function customizeTabs( $skintemplate, &$content_actions ) { |
8 | 8 | unset( $content_actions['edit'] ); |
9 | 9 | unset( $content_actions['viewsource'] ); |