diff options
Diffstat (limited to 'framework/Web/UI/TTemplateManager.php')
-rw-r--r-- | framework/Web/UI/TTemplateManager.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/Web/UI/TTemplateManager.php b/framework/Web/UI/TTemplateManager.php index b293c4bc..5a2ba069 100644 --- a/framework/Web/UI/TTemplateManager.php +++ b/framework/Web/UI/TTemplateManager.php @@ -301,8 +301,6 @@ class TTemplate extends TComponent implements ITemplate {
if($control->hasProperty($name))
$this->configureProperty($control,$name,$value);
- else if($control->getAllowCustomAttributes())
- $this->configureAttribute($control,$name,$value);
else
throw new TTemplateRuntimeException('template_property_undefined',get_class($control),$name);
}
|