diff options
| -rw-r--r-- | framework/Web/UI/TTemplateManager.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/TTemplateManager.php b/framework/Web/UI/TTemplateManager.php index 33c2edc5..26cc9c3a 100644 --- a/framework/Web/UI/TTemplateManager.php +++ b/framework/Web/UI/TTemplateManager.php @@ -739,7 +739,7 @@ class TTemplate extends TApplicationComponent implements ITemplate  		{
  			foreach($attributes as $name=>$att)
  			{
 -				if($att[0]===self::CONFIG_DATABIND)
 +				if(is_array($att) && $att[0]===self::CONFIG_DATABIND)
  					throw new TConfigurationException('template_databind_forbidden',$type,$name);
  				if(($pos=strpos($name,'.'))!==false)
  				{
  | 
