replace property array by object properties

This commit is contained in:
uwetews
2015-08-09 20:45:28 +02:00
parent d16e2d3a15
commit c08191d191
4 changed files with 23 additions and 59 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class Smarty_Internal_Debug extends Smarty_Internal_Data
{
$key = self::get_key($template);
self::$template_data[self::$index][$key]['total_time'] += microtime(true) - self::$template_data[self::$index][$key]['start_template_time'];
self::$template_data[self::$index][$key]['properties'] = $template->properties;
//self::$template_data[self::$index][$key]['properties'] = $template->properties;
}
/**