mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-05 12:14:12 +02:00
- bugfix smarty.class and internal.security_handler
- added compile_check configuration - added all setter/getter methodes
This commit is contained in:
@@ -20,10 +20,6 @@ class Smarty_Internal_Debug extends Smarty_Internal_TemplateBase {
|
||||
{
|
||||
$this->smarty = Smarty::instance();
|
||||
|
||||
if (empty($this->smarty->debug_tpl)) {
|
||||
// set path to debug template from SMARTY_DIR
|
||||
$this->smarty->debug_tpl = SMARTY_DIR . 'debug.tpl';
|
||||
}
|
||||
// get template names
|
||||
$i = 0;
|
||||
$_template_data = array();
|
||||
|
||||
Reference in New Issue
Block a user