Using now THELIA_CACHE_DIR

This commit is contained in:
Franck Allimant
2014-04-21 00:23:59 +02:00
parent f221f482da
commit f55eb1e693

View File

@@ -63,7 +63,7 @@ class CacheClear extends ContainerAwareCommand
} }
if ($input->getOption('with-images')) { if ($input->getOption('with-images')) {
$this->clearCache(THELIA_WEB_DIR . "cache", $output); $this->clearCache(THELIA_CACHE_DIR, $output);
} }
} }