program/lib/Roundcube/rcube_spellcheck_googie.php
@@ -1,6 +1,6 @@ <?php /* /** +-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | | | @@ -55,6 +55,10 @@ function check($text) { $this->content = $text; if (empty($text)) { return $this->matches = array(); } // spell check uri is configured $url = rcube::get_instance()->config->get('spellcheck_uri'); @@ -171,6 +175,4 @@ return $result; } }