// Normalize.

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14477 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-04-05 09:42:20 +00:00
parent a9f09e720c
commit 1d8ac98950
+1 -1
View File
@@ -62,7 +62,7 @@ class CacheMemcacheCore extends Cache
{
if ($entries)
$this->keys = array_merge($this->keys, array_keys($entries));
}
}
}
}
}