mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
Add cache.path and cache.paths
PHRAS-764
This commit is contained in:
@@ -31,7 +31,7 @@ class module_console_systemClearCache extends Command
|
||||
{
|
||||
$finder = new Finder();
|
||||
|
||||
$in = $this->container['cache.path'];
|
||||
$in = $this->container['cache.paths']->toArray();
|
||||
$finder
|
||||
->exclude('.git')
|
||||
->exclude('.svn')
|
||||
|
Reference in New Issue
Block a user