alecpl
2008-09-29 526d170e1d4710aec10bffbae2829a8de6baa1d4
- Fix htmleditor spellchecking on MS Windows (#1485397)


2 files modified
3 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/js/tiny_mce/plugins/spellchecker/config.php 2 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -8,6 +8,7 @@
  in MS Outlook/OE (#1485320)
- Added "advanced options" feature in User Preferences
- Fix unread counter when displaying cached massage in preview panel (#1485290)
- Fix htmleditor spellchecking on MS Windows (#1485397)
2008/09/25 (alec)
----------
program/js/tiny_mce/plugins/spellchecker/config.php
@@ -2,7 +2,7 @@
    /** start RoundCube specific code */
    
    define('INSTALL_PATH', preg_replace('/program\/js\/.+$/', '', getcwd()));
    define('INSTALL_PATH', preg_replace('/program[\\\\\/]js[\\\\\/].+$/', '', getcwd()));
    require_once INSTALL_PATH . 'program/include/iniset.php';
    
    $rcmail_config = new rcube_config();