From: vincent@cubedesigners.com Date: Tue, 16 Nov 2021 17:11:16 +0000 (+0000) Subject: wait #4883 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=dc4055cdaa5d647c2b718fda7d46af55beddfc35;p=cubeextranet.git wait #4883 @0.25 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index 47d1f09b3..25fcc75a4 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1140,6 +1140,9 @@ class mailLink extends normalLink public function getURL() { + if (strpos($this->to, 'mailto:') === 0) { + return $this->to; + } return 'mailto:' . $this->to; }