From: vincent@cubedesigners.com Date: Tue, 28 Apr 2020 18:16:08 +0000 (+0000) Subject: fix #3620 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a1dffdca35b62cc23928b90359ccc155bd70ffbf;p=cubeextranet.git fix #3620 --- 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 543defd3a..2ece6d62b 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -723,6 +723,11 @@ class contentLink extends wsHTML5Link } return $variables; } + + public function getCSSZIndex() + { + return ''; + } } class eventOverlayLink extends wsHTML5Link