mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-10 02:52:55 +01:00
fix param
This commit is contained in:
@@ -436,7 +436,7 @@ class Commande extends CommonOrder
|
||||
}
|
||||
|
||||
if ($mybool === false) {
|
||||
dol_print_error('', "Failed to include file ".$file);
|
||||
dol_print_error(null, "Failed to include file ".$file);
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user