diff --git a/core/lib/Thelia/Command/CacheClear.php b/core/lib/Thelia/Command/CacheClear.php index 70f6e2974..8351d0573 100644 --- a/core/lib/Thelia/Command/CacheClear.php +++ b/core/lib/Thelia/Command/CacheClear.php @@ -63,7 +63,7 @@ class CacheClear extends ContainerAwareCommand } if ($input->getOption('with-images')) { - $this->clearCache(THELIA_WEB_DIR . "cache", $output); + $this->clearCache(THELIA_CACHE_DIR, $output); } }