FSN#34412 mailto fallback weer werkend
svn path=/Website/branches/v2015.2/; revision=26930
This commit is contained in:
@@ -91,6 +91,7 @@ function ConnectorCls()
|
||||
{
|
||||
if (!URLParts.protocol && this.url.indexOf("@") > 0)
|
||||
{
|
||||
this.url = "mailto:" + this.url;
|
||||
URLParts.protocol = "mailto";
|
||||
Log2File(1, "Configuration error: missing protocol in url. Assuming mailto:");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user