Fix chemin dans installation+upgrade

This commit is contained in:
Noizette 2021-11-25 15:11:06 +01:00
parent e0e26d1576
commit 7f0332a730
3 changed files with 3 additions and 3 deletions

View file

@ -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);
}
}