mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Retrofit from trunk
N°1595 - Setup : Blocking error on backup failure [from revision 6010] SVN:2.5[6023]
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user