mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
#971 XML: could not specify an icon as a path to a file
SVN:trunk[3375]
This commit is contained in:
@@ -1894,8 +1894,11 @@ EOF;
|
||||
$this->CompileLogo($oBrandingNode, $sTempTargetDir, $sFinalTargetDir, 'login_logo', 'login-logo');
|
||||
$this->CompileLogo($oBrandingNode, $sTempTargetDir, $sFinalTargetDir, 'portal_logo', 'portal-logo');
|
||||
|
||||
// Cleanup the images directory (made by CompileFiles)
|
||||
SetupUtils::rrmdir($sTempTargetDir.'/branding/images');
|
||||
// Cleanup the images directory (eventually made by CompileFiles)
|
||||
if (file_exists($sTempTargetDir.'/branding/images'))
|
||||
{
|
||||
SetupUtils::rrmdir($sTempTargetDir.'/branding/images');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user