https://bugzilla.wikimedia.org/show_bug.cgi?id=29693

Michael Plasmeier (ThePlaz) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #7 from Michael Plasmeier (ThePlaz) <[email protected]> 2011-07-20 
04:53:22 UTC ---
I had the same issue on my heavily customized wiki with my custom skin. 
(http://theplaz.com)  

I hacked a fix by commenting out the loop in OutputPage::buildCssLinks

//foreach ( array( 'site', 'private', 'user' ) as $group ) {
$ret .= $this->makeResourceLoaderLink($sk, array_merge( $styles['site'],
$styles['user'] ), 'styles');
//}

The sites and users scripts are all loaded at once, so commenting out the
foreach does not remove functionality.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to