Thomas Bruederli
2015-04-17 a3644638aaf0418598196a870204e0b632a4c8ad
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');