mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
Monotone-Parent: cb3f479134d1d5c2e5302fa2bc5e9546144fd5df
Monotone-Revision: 7add241a803ae2c2ee7ea4c1c708f60ef7e6498b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-08-22T21:25:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -316,7 +316,7 @@
|
||||
{
|
||||
url = [[elements objectAtIndex: 0] value: 0];
|
||||
|
||||
if ([[url lowercaseString] rangeOfString: @"://"].length)
|
||||
if (![[url lowercaseString] rangeOfString: @"://"].length)
|
||||
url = [NSString stringWithFormat: @"http://%@", url];
|
||||
|
||||
data = [NSString stringWithFormat:
|
||||
|
||||
Reference in New Issue
Block a user