Merge pull request #13716 from atm-florian/11.0
fix: remove debug pring
This commit is contained in:
commit
00e9ed1452
@ -474,7 +474,6 @@ class doc_generic_task_odt extends ModelePDFTask
|
|||||||
|
|
||||||
if (!file_exists($dir))
|
if (!file_exists($dir))
|
||||||
{
|
{
|
||||||
print '$dir'.$dir;
|
|
||||||
if (dol_mkdir($dir) < 0)
|
if (dol_mkdir($dir) < 0)
|
||||||
{
|
{
|
||||||
$this->error = $langs->transnoentities("ErrorCanNotCreateDir", $dir);
|
$this->error = $langs->transnoentities("ErrorCanNotCreateDir", $dir);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user