FileSystemCache
FileSystemCache copied to clipboard
Group "0" (Zero) not possible
if $part is "0" in line 347, it is unset.
Change line 347 to
if($part == '') unset($parts[$i]);