[-] Core : Improve cacheFS storage

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12579 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-01-20 13:06:26 +00:00
parent f6e48114e7
commit b7f6ad59d0
+1 -1
View File
@@ -131,7 +131,7 @@ class CacheFsCore extends Cache
{
if (!$directory)
$directory = _PS_CACHEFS_DIRECTORY_;
$chars = '0123456789abcdefghijklmnopqrstuvwxyz';
$chars = '0123456789abcdef';
for ($i = 0; $i < strlen($chars); $i++)
{
$new_dir = $directory.$chars[$i].'/';