summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/Web/UI/TControl.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php
index 79a691ec..0181d206 100644
--- a/framework/Web/UI/TControl.php
+++ b/framework/Web/UI/TControl.php
@@ -2318,6 +2318,7 @@ class TCommandEventParameter extends TEventParameter
*/
public function __construct($name='',$parameter='')
{
+ parent::__construct();
$this->_name=$name;
$this->_param=$parameter;
}