Ajout de APPLICATION_PATH pour les images
This commit is contained in:
parent
53b83c83d4
commit
ca06b6e7c2
@ -14,7 +14,7 @@ Class GiantControllerLib
|
||||
|
||||
public function __construct($companyId)
|
||||
{
|
||||
$this->pathImg = '../cache/pages/imgcache/'.$companyId;
|
||||
$this->pathImg = APPLICATION_PATH.'/../cache/pages/imgcache/'.$companyId;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user