summaryrefslogtreecommitdiff
path: root/smarty
diff options
context:
space:
mode:
Diffstat (limited to 'smarty')
-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);
}
}