Dotclear


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

Cope with #2092
Add translation and fixes test for setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/_post_config.php

    r3052 r3055  
    7979 
    8080     CKEDITOR.timestamp = ''; 
    81 <?php if (!empty(!$dcckeditor_disable_native_spellchecker)):?> 
     81<?php if (!isset($dcckeditor_disable_native_spellchecker) || $dcckeditor_disable_native_spellchecker):?> 
     82     CKEDITOR.disableNativeSpellChecker = true; 
     83<?php else:?> 
    8284     CKEDITOR.disableNativeSpellChecker = false; 
    8385<?php endif;?> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map