FSN#34412 mailto fallback weer werkend

svn path=/Website/branches/v2015.2/; revision=26930
This commit is contained in:
Jos Groot Lipman
2015-11-10 11:12:45 +00:00
parent a80f95ccfd
commit 70a14c1a52

View File

@@ -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:");
}