mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-29 10:26:46 -04:00
How did this ever work? :)
This commit is contained in:
@@ -48,9 +48,9 @@ class Cache_Xcache_Driver extends Cache_Driver {
|
||||
|
||||
foreach ($keys as $key)
|
||||
{
|
||||
if (xcache_isset($id))
|
||||
if (xcache_isset($key))
|
||||
{
|
||||
$items[$key] = xcache_get($id);
|
||||
$items[$key] = xcache_get($key);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user