https://bugzilla.wikimedia.org/show_bug.cgi?id=55688
--- Comment #4 from [email protected] --- It would be better to use the latest version of Bootstrap and comment out the version check at the beginning of Bootstrap.php. The get method is new in 1.22. To take care of it replace every $skintemplate->get( 'something' ) in MainContent.php by $skintemplate->data[ 'something' ]. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
