From: Leo Koppelkamm Date: Fri, 13 May 2011 15:57:33 +0000 (+0000) Subject: Followup to r87987: Actually load the lazy loader X-Git-Tag: 1.31.0-rc.0~30243 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=8d31540754332704d39b0c5a39e23a228e7d14c2;p=lhc%2Fweb%2Fwiklou.git Followup to r87987: Actually load the lazy loader --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 2c8bb23e8d..daed70ad55 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2368,6 +2368,7 @@ class OutputPage { if( $this->getUser()->getBoolOption( 'editsectiononrightclick' ) ) { $this->addModules( 'mediawiki.action.view.rightClickEdit' ); } + $this->addModules( 'mediawiki.action.view.tablesorting' ); } /**