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 3294034 commit 8bc4a65
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 Original file line Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ protected function get_init_params($elementid, array $options=null) {
'min_height' => 30, 'min_height' => 30,
'theme_advanced_toolbar_location' => "top", 'theme_advanced_toolbar_location' => "top",
'theme_advanced_statusbar_location' => "bottom", '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 'spellchecker_languages' => $spelllanguagelist
); );


Expand Down

0 comments on commit 8bc4a65

Please sign in to comment.