apply good order status label on customer account. Fix #319

This commit is contained in:
Manuel Raynaud
2014-04-21 22:17:20 +02:00
parent 4a8ddd3db5
commit 7b497fdcc2
4 changed files with 19 additions and 2 deletions

View File

@@ -333,7 +333,7 @@ class Thelia extends Kernel
public function getCacheDir()
{
if (defined('THELIA_ROOT')) {
return THELIA_CACHE_DIR.'cache/'.$this->environment;
return THELIA_CACHE_DIR.DS.$this->environment;
} else {
return parent::getCacheDir();
}