Small text correction

2022.09-rc
Michael Vogel 2016-07-10 09:29:43 +02:00
rodzic b9da831138
commit 8a11a60932
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -289,7 +289,7 @@ class Probe {
*/
private function detect($uri, $network, $uid) {
if (strstr($uri, '@')) {
// If the URI starts with "mailto:" then jum directly to the mail detection
// If the URI starts with "mailto:" then jump directly to the mail detection
if (strpos($url,'mailto:') !== false) {
$uri = str_replace('mailto:', '', $url);
return self::mail($uri, $uid);