mirror of
https://github.com/smarty-php/smarty.git
synced 2026-04-29 10:13:25 +02:00
replace property array by object properties
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user