Thomas Bruederli
2014-06-04 3412e50b54e3daac8745234e21ab6e72be0ed165
program/lib/Roundcube/rcube_spellcheck_googie.php
@@ -56,6 +56,10 @@
    {
        $this->content = $text;
        if (empty($text)) {
            return $this->matches = array();
        }
        // spell check uri is configured
        $url = rcube::get_instance()->config->get('spellcheck_uri');