mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Merged from 2.4
N°1488 - restore failed on production-modules [from revision 5827] SVN:trunk[5828]
This commit is contained in:
@@ -765,6 +765,17 @@ class TarGzArchive implements BackupArchive
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $p_path
|
||||
* @param null $aEntries
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function extractTo($p_path = '', $aEntries = null)
|
||||
{
|
||||
return $this->oArchive->extract($p_path);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $sDestinationDir
|
||||
* @param string $sArchiveFile
|
||||
|
||||
Reference in New Issue
Block a user