From 9aaf170b827af676bfafca6609e74c2e4307d9f1 Mon Sep 17 00:00:00 2001 From: Jens Klaer Date: Wed, 20 Apr 2016 07:50:01 +0200 Subject: Constructor parent call to allow TStyle behaviors --- framework/Web/UI/WebControls/TStyle.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Web/UI') diff --git a/framework/Web/UI/WebControls/TStyle.php b/framework/Web/UI/WebControls/TStyle.php index f6d91e9b..799af518 100644 --- a/framework/Web/UI/WebControls/TStyle.php +++ b/framework/Web/UI/WebControls/TStyle.php @@ -73,6 +73,7 @@ class TStyle extends TComponent */ public function __construct($style=null) { + parent::__construct(); if($style!==null) $this->copyFrom($style); } -- cgit v1.2.3