mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 03:14:27 +02:00
removed E_NOTICE
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user