Fix chemin dans installation+upgrade
This commit is contained in:
parent
e0e26d1576
commit
7f0332a730
3 changed files with 3 additions and 3 deletions
|
|
@ -138,7 +138,7 @@ EOT
|
|||
unset($contenu);
|
||||
}
|
||||
|
||||
$path = PLUGIN_ROOT.'/data/default_sign.png';
|
||||
$path = __DIR__.'/data/default_sign.png';
|
||||
$png = (new File)->createAndStore('skel/plugin/facturation','sign.png', $path, null);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue