From 63b2a948b41808302f6ebd97119c81ea1e27641d Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 19 Jun 2009 17:06:54 +0000 Subject: Typo git-svn-id: https://svn.roundcube.net/trunk@2659 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_string_replacer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include') diff --git a/roundcubemail/program/include/rcube_string_replacer.php b/roundcubemail/program/include/rcube_string_replacer.php index 8539ee55b..2625fdfb9 100644 --- a/roundcubemail/program/include/rcube_string_replacer.php +++ b/roundcubemail/program/include/rcube_string_replacer.php @@ -74,7 +74,7 @@ class rcube_string_replacer $i = -1; $scheme = strtolower($matches[1]); - if (preg_match('!^(http||ftp|file)s?://!', $scheme)) { + if (preg_match('!^(http|ftp|file)s?://!', $scheme)) { $url = $matches[1] . $matches[2]; $i = $this->add(html::a(array('href' => $url, 'target' => '_blank'), Q($url))); } -- cgit v1.2.3