Ticket #2626: 2626.patch

File 2626.patch, 518 bytes (added by Artur Formella, 15 years ago)
  • FCKeditor.body.php

     
    338338                //$skin->skinname = 'monobook';
    339339                $skin->userpage = $wgUser->getUserPage()->getPrefixedText();
    340340                if (method_exists($skin, "setupUserCss")) {
    341                         $skin->setupUserCss();
     341                        $skin->setupUserCss($wgOut);
    342342                }
    343343
    344344                if (!empty($skin->usercss) && preg_match_all('/@import "([^"]+)";/', $skin->usercss, $matches)) {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy