PHPUNIT : adapt 12.3
This commit is contained in:
parent
9ebb89b38a
commit
8dca7f0866
32 changed files with 123 additions and 345 deletions
|
|
@ -251,7 +251,7 @@ class Document
|
|||
{
|
||||
if (mkdir($temp_dir)==false)
|
||||
{
|
||||
$msg=sprintf("D221."._("Ne peut pas créer le répertoire %s", $temp_dir));
|
||||
$msg=sprintf("D221."._("Ne peut pas créer le répertoire %s"), $temp_dir);
|
||||
record_log("D221".$msg);
|
||||
throw new Exception($msg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue