Skip to content

Commit

Permalink
MDL-34396 Ensure TinyMCE editor spell checking works on pages with $P…
Browse files Browse the repository at this point in the history
…AGE->https_required()
  • Loading branch information
Luke Tucker authored and skodak committed Jul 21, 2012
1 parent 947ba9c commit 150e548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/editor/tinymce/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ protected function get_init_params($elementid, array $options=null) {
'theme_advanced_resizing_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' => get_config('editor_tinymce', 'spelllanguagelist')
);

Expand Down

0 comments on commit 150e548

Please sign in to comment.