This commit is contained in:
gtbu 2022-02-13 17:44:42 +01:00
parent da81da6d90
commit a55fbb5bd9

View file

@ -1373,8 +1373,8 @@ class Installer extends \gp\admin\Addon\Tools{
if( file_exists($this->source) ){
\gp\tool\Files::RmAll($this->source);
}
$thisvar1 = $this->trash_path; $thisvar1 .= "";
if( file_exists($thisvar1) ){
if( file_exists($this->trash_path) ){
\gp\tool\Files::RmAll($this->trash_path);
}
}