disable SCAYT too (switch autostart off), if you disable spellchecker in admin

This commit is contained in:
Klaus Leithoff 2010-07-20 13:34:53 +00:00
parent 70319aefd6
commit 0d3cfae3b9

View File

@ -187,6 +187,10 @@ class egw_ckeditor_config
$config['scayt_sLang'] = self::get_lang().'_'.self::get_country();
}
}
else
{
$config['scayt_autoStartup'] = false;
}
}
/**