From aa88b07e8a2a910cc67bdae41fbc0d132e95970e Mon Sep 17 00:00:00 2001 From: messju Date: Mon, 18 Jul 2005 08:43:53 +0000 Subject: [PATCH] removed E_NOTICE --- 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 909358ce..3bbbbad6 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -1889,7 +1889,7 @@ class Smarty if ($this->_cache_including) { /* return next set of cache_attrs */ - $_return =& current($_cache_attrs); + $_return = current($_cache_attrs); next($_cache_attrs); return $_return;