summaryrefslogtreecommitdiff
path: root/smarty/libs
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-19 17:34:25 -0400
committerspiderr <spider@viovio.com>2013-04-19 17:34:25 -0400
commit619c937fd229634bf2a9e74ad0720de21d495902 (patch)
tree7a316af5dac673186b95881785aabbf58c63868f /smarty/libs
parent61042e18aa1cbe9636d2ce53782e968eb224a245 (diff)
downloadthemes-619c937fd229634bf2a9e74ad0720de21d495902.tar.gz
themes-619c937fd229634bf2a9e74ad0720de21d495902.tar.bz2
themes-619c937fd229634bf2a9e74ad0720de21d495902.zip
remove debug
Diffstat (limited to 'smarty/libs')
-rw-r--r--smarty/libs/Smarty.class.php2
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);
}
}