Index: trunk/extensions/Babel/BabelStatic.class.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | */ |
17 | 17 | public static function Setup( $parser ) { |
18 | 18 | global $wgOut; |
19 | | - $wgOut->addModules( 'ext.babel' ); |
| 19 | + $wgOut->addModuleStyles( 'ext.babel' ); |
20 | 20 | $parser->setFunctionHook( 'babel', array( 'Babel', 'Render' ) ); |
21 | 21 | return true; |
22 | 22 | } |