Merge branch 'w30_MDL-34396_m24_loginhttpsspell' of git://github.com/skodak/moodle

This commit is contained in:
Dan Poltawski 2012-07-23 12:19:56 +08:00
commit db9d24a1cd

View File

@ -155,7 +155,7 @@ class tinymce_texteditor extends texteditor {
'min_height' => 30,
'theme_advanced_toolbar_location' => "top",
'theme_advanced_statusbar_location' => "bottom",
'spellchecker_rpc_url' => $CFG->wwwroot."/lib/editor/tinymce/tiny_mce/$this->version/plugins/spellchecker/rpc.php",
'spellchecker_rpc_url' => $CFG->httpswwwroot."/lib/editor/tinymce/tiny_mce/$this->version/plugins/spellchecker/rpc.php",
'spellchecker_languages' => $spelllanguagelist
);