Dotclear


Ignore:
Timestamp:
07/16/15 14:08:57 (10 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Missing config namespace in CKEditor parameter.
Now it works as expected.
Cope #2092

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/_post_config.php

    r3055 r3056  
    8080     CKEDITOR.timestamp = ''; 
    8181<?php if (!isset($dcckeditor_disable_native_spellchecker) || $dcckeditor_disable_native_spellchecker):?> 
    82      CKEDITOR.disableNativeSpellChecker = true; 
     82     CKEDITOR.config.disableNativeSpellChecker = true; 
    8383<?php else:?> 
    84      CKEDITOR.disableNativeSpellChecker = false; 
     84     CKEDITOR.config.disableNativeSpellChecker = false; 
    8585<?php endif;?> 
    8686     CKEDITOR.config.skin = 'dotclear,'+dotclear.dcckeditor_plugin_url+'/js/ckeditor-skins/dotclear/'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map