summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TControl.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/TControl.php')
-rw-r--r--framework/Web/UI/TControl.php2
1 files changed, 1 insertions, 1 deletions
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;