Unlink files with full path.

This commit is contained in:
mark_story 2013-08-02 23:41:15 -04:00
parent b999b4d9ae
commit b5edcba309

View file

@ -281,7 +281,7 @@ class FileEngine extends CacheEngine {
}
}
if ($file->isFile()) {
unlink($file);
unlink($file->getRealPath());
}
}
}