diff options
| author | spiderr <spider@viovio.com> | 2013-04-19 17:34:25 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-19 17:34:25 -0400 |
| commit | 619c937fd229634bf2a9e74ad0720de21d495902 (patch) | |
| tree | 7a316af5dac673186b95881785aabbf58c63868f /smarty | |
| parent | 61042e18aa1cbe9636d2ce53782e968eb224a245 (diff) | |
| download | themes-619c937fd229634bf2a9e74ad0720de21d495902.tar.gz themes-619c937fd229634bf2a9e74ad0720de21d495902.tar.bz2 themes-619c937fd229634bf2a9e74ad0720de21d495902.zip | |
remove debug
Diffstat (limited to 'smarty')
| -rw-r--r-- | smarty/libs/Smarty.class.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/smarty/libs/Smarty.class.php b/smarty/libs/Smarty.class.php index dde8d5b..40532fc 100644 --- a/smarty/libs/Smarty.class.php +++ b/smarty/libs/Smarty.class.php @@ -668,7 +668,6 @@ class Smarty extends Smarty_Internal_TemplateBase { if (isset($allowed[$name])) { return $this->{$allowed[$name]}(); } else { -bt(); trigger_error('Undefined property: '. get_class($this) .'::$'. $name, E_USER_NOTICE); } } @@ -695,7 +694,6 @@ bt(); if (isset($allowed[$name])) { $this->{$allowed[$name]}($value); } else { -bt(); trigger_error('Undefined property: ' . get_class($this) . '::$' . $name, E_USER_NOTICE); } } |
