mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Fix for Library caching.
This commit is contained in:
@@ -959,7 +959,7 @@ class e_library_manager
|
||||
|
||||
if($cached)
|
||||
{
|
||||
$library = unserialize($cached);
|
||||
$library = e107::unserialize($cached);
|
||||
}
|
||||
|
||||
if(!varset($library, false))
|
||||
|
Reference in New Issue
Block a user