Don't try to transform missing templates, it doesn't end well.

This commit is contained in:
Nathan Gray 2015-01-16 18:10:30 +00:00
parent 9a2292fc91
commit d633ce970a

View File

@ -141,9 +141,12 @@ abstract class etemplate_widget_transformer extends etemplate_widget
// If the widget has been transformed into a template, we
// also need to try and instanciate & parse the template too
$transformed_template = etemplate_widget_template::instance($attrs['template']);
if($transformed_template)
{
$this->expand_widget($transformed_template, $expand);
$transformed_template->run('beforeSendToClient',array($cname,$expand));
}
}
default:
self::setElementAttribute($form_name, $attr, $val);
break;