Aleksander Machniak
2012-12-18 0d214498d04439c29c9764fa291dcfde49701467
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;
  }
}