From ae43fa72cdae13bace16a5b8250170e472bb2b87 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 14 May 2006 00:30:53 +0000 Subject: refactor active controls. --- framework/Web/UI/TControl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/TControl.php') diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index 7121e5ed..7ca37a00 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -1250,7 +1250,7 @@ class TControl extends TApplicationComponent implements IRenderable, IBindable } } - if($this->getEnabled() && $this instanceof IPostBackDataHandler) + if($this instanceof IPostBackDataHandler) $this->getPage()->registerPostDataLoader($this); } $this->_stage=self::CS_PRERENDERED; -- cgit v1.2.3