mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Remove some references to deprecated functions/methods.
This commit is contained in:
@@ -1535,7 +1535,7 @@ class e_model extends e_object
|
||||
$cached = e107::getCache()->retrieve_sys($this->getCacheString(true), false, $this->_cache_force);
|
||||
if(false !== $cached)
|
||||
{
|
||||
return e107::getArrayStorage()->ReadArray($cached);
|
||||
return e107::unserialize($cached);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user