Fix chemin dans installation+upgrade
This commit is contained in:
parent
e0e26d1576
commit
7f0332a730
3 changed files with 3 additions and 3 deletions
|
|
@ -14,5 +14,5 @@ $plugin->setConfig('footer', "[EXEMPLE]\n".
|
|||
);
|
||||
$plugin->setConfig('validate_cp', true);
|
||||
|
||||
$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