Fix: On crée le rep des graph banque si n'existe pas.
This commit is contained in:
parent
8d2b289619
commit
20b93dbc13
@ -50,6 +50,10 @@ if ($account > 0)
|
|||||||
$acct = new Account($db);
|
$acct = new Account($db);
|
||||||
$acct->fetch($account);
|
$acct->fetch($account);
|
||||||
|
|
||||||
|
|
||||||
|
create_exdir($conf->banque->dir_images);
|
||||||
|
|
||||||
|
|
||||||
// Definition de $width et $height
|
// Definition de $width et $height
|
||||||
$width = 700;
|
$width = 700;
|
||||||
$height = 200;
|
$height = 200;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user