program/lib/Roundcube/rcube_string_replacer.php
@@ -95,7 +95,8 @@ ), rcube::Q($url)) . $suffix); } // Return valid link for recognized schemes, otherwise, return the unmodified string for unrecognized schemes. // Return valid link for recognized schemes, otherwise // return the unmodified string for unrecognized schemes. return $i >= 0 ? $this->get_replacement($i) : $matches[0]; } @@ -183,5 +184,4 @@ return $suffix; } }