removed E_NOTICE

This commit is contained in:
messju
2005-07-18 08:43:53 +00:00
parent d5cf305dd7
commit aa88b07e8a

View File

@@ -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;