Ajout de APPLICATION_PATH pour les images

This commit is contained in:
Damien LASSERRE 2012-01-20 09:43:05 +00:00
parent 53b83c83d4
commit ca06b6e7c2

View File

@ -14,7 +14,7 @@ Class GiantControllerLib
public function __construct($companyId)
{
$this->pathImg = '../cache/pages/imgcache/'.$companyId;
$this->pathImg = APPLICATION_PATH.'/../cache/pages/imgcache/'.$companyId;
}