From 219ec26706dec424783932a824752ab2f63f5cf1 Mon Sep 17 00:00:00 2001 From: mohrt Date: Wed, 17 Aug 2005 14:59:25 +0000 Subject: [PATCH] fix typo --- libs/Smarty.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index e6f3b88a..ffe02368 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -1059,7 +1059,7 @@ class Smarty return $this->_tpl_vars[$name]; } else { // var non-existant, return valid reference - $_tmp = null + $_tmp = null; return $_tmp; } }