From 6c9a89eac23b1290d46feccd551bbd1a6937e10f Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 27 Apr 2021 18:08:05 +0000 Subject: [PATCH] wait #4430 @1 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 7149cab3d..c66b2c630 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -43,6 +43,7 @@ class wsHTML5Link public $border = 0; public $borderColor = '#ffffff'; public $maxWidth = 0; + public $wdir; protected $role = 'button'; protected $_init; @@ -369,9 +370,10 @@ class wsHTML5Link if ($this->target == '') { $this->target = '_blank'; } - $this->wdir = $this->compiler->wdir; + $this->id = $id; $this->compiler = $compiler; + $this->wdir = $this->compiler->wdir; $this->init(); } -- 2.39.5