Dotclear

Changeset 3056:eef1dc48436a


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

Location:
plugins/dcCKEditor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/_define.php

    r3054 r3056  
    1616     /* Description*/         "dotclear CKEditor integration", 
    1717     /* Author */             "dotclear Team", 
    18      /* Version */            "1.0.2", 
     18     /* Version */            "1.0.3", 
    1919     array( 
    2020          'permissions' =>    'usage,contentadmin', 
  • 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