From 2ae8ccd03b5e765e983e6c8cd263304013757dfb Mon Sep 17 00:00:00 2001 From: Jens Klaer Date: Fri, 29 May 2015 09:05:49 +0200 Subject: Removed empty constructor not calling parent Parent constructor in TComponent needs to be called for behaviors to work. --- framework/Web/UI/TControl.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'framework') diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index e5e6fa18..f12504be 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -171,13 +171,6 @@ class TControl extends TApplicationComponent implements IRenderable, IBindable */ private $_rf=array(); - /** - * Constructor. - */ - public function __construct() - { - } - /** * Returns a property value by name or a control by ID. * This overrides the parent implementation by allowing accessing -- cgit v1.2.3