Retrofit from trunk

N°1595 - Setup : Blocking error on backup failure [from revision 6010]

SVN:2.5[6023]
This commit is contained in:
Eric Espié
2018-08-28 12:14:56 +00:00
parent 931593a59e
commit 22df5d09fb
3 changed files with 14 additions and 10 deletions

View File

@@ -680,7 +680,7 @@ class ArchiveTar
*/
public function _error($p_message)
{
$this->error_object = $this->raiseError($p_message);
IssueLog::Error($p_message);
}
/**
@@ -688,7 +688,7 @@ class ArchiveTar
*/
public function _warning($p_message)
{
$this->error_object = $this->raiseError($p_message);
IssueLog::Warning($p_message);
}
/**