1
0
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:
Lóna Lore
2017-01-28 13:03:17 +01:00
parent ac5f2ed3da
commit a2350eb153

View File

@@ -959,7 +959,7 @@ class e_library_manager
if($cached)
{
$library = unserialize($cached);
$library = e107::unserialize($cached);
}
if(!varset($library, false))