From 90d57e3ec38f642a3030b4c35769426fbee9d52f Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 29 Sep 2008 13:36:30 +0000 Subject: - Fix htmleditor spellchecking on MS Windows (#1485397) git-svn-id: https://svn.roundcube.net/trunk@1901 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/js/tiny_mce') diff --git a/roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php b/roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php index 53e6e469f..b653dc900 100755 --- a/roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php +++ b/roundcubemail/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(); -- cgit v1.2.3