mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Finishing touch on the setup program... ready for 2.0 beta ??
SVN:trunk[2334]
This commit is contained in:
@@ -426,6 +426,11 @@ class ApplicationInstaller
|
||||
chmod($sTargetPath, 0755);
|
||||
}
|
||||
}
|
||||
else if (substr($sTargetPath, 0, strlen(APPROOT)) == APPROOT)
|
||||
{
|
||||
// If the directory is under the root folder - as expected - let's clean-it before compiling
|
||||
SetupUtils::tidydir($sTargetPath);
|
||||
}
|
||||
|
||||
$oFactory = new ModelFactory($aDirsToScan);
|
||||
$aModules = $oFactory->FindModules();
|
||||
|
||||
Reference in New Issue
Block a user