Opened 15 years ago
Closed 13 years ago
#3847 closed Bug (invalid)
$wgMessageCache->addMessages no longer exists and extensions can now override core messages
Reported by: | Brian Mingus | Owned by: | |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | |
Keywords: | Cc: |
Description
Line 3279 of FCKeditor.body.php has:
$wgMessageCache->addMessages( $messages, $lang );
This is broken for mediawiki trunk / fckeditor trunk. I have commented out the line for a temporary fix. According to #mediawiki IRC extensions can now override messages and this is a hack.
Since FCKeditor is no longer supported and was replaced with CKEditor, active development of the MediaWiki extension and support for it are also finished.
I’m closing this ticket as it is no longer valid.