]> _ Git - cubeextranet.git/commitdiff
wait #4430 @1
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 27 Apr 2021 18:08:05 +0000 (18:08 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 27 Apr 2021 18:08:05 +0000 (18:08 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index 7149cab3dcb6756a41f10d04bfb4f2dc7f589e14..c66b2c630c44b2f404166349400502f99a67b43a 100644 (file)
@@ -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();
     }