https://bugzilla.wikimedia.org/show_bug.cgi?id=32322
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Brion Vibber <[email protected]> 2011-12-13 23:30:01 UTC --- Ok looks like the loader code is doing this: // Initialize FCKeditor and the MediaWiki extension $fckeditor = new FCKeditor('fake'); $wgFCKEditorIsCompatible = $fckeditor->IsCompatible(); so...... that kinda defeats the purpose of a loader script not being supposed to execute stuff that might not work. ;) Lemme see if we can disable that.... r106129 should do the job, seems to work for my testing. Joerg, can you confirm? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
