Followup to r87987: Actually load the lazy loader
authorLeo Koppelkamm <diebuche@users.mediawiki.org>
Fri, 13 May 2011 15:57:33 +0000 (15:57 +0000)
committerLeo Koppelkamm <diebuche@users.mediawiki.org>
Fri, 13 May 2011 15:57:33 +0000 (15:57 +0000)
includes/OutputPage.php

index 2c8bb23..daed70a 100644 (file)
@@ -2368,6 +2368,7 @@ class OutputPage {
                if( $this->getUser()->getBoolOption( 'editsectiononrightclick' ) ) {
                        $this->addModules( 'mediawiki.action.view.rightClickEdit' );
                }
+               $this->addModules( 'mediawiki.action.view.tablesorting' );
        }
 
        /**