mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
- Implemented the 'symlinks' options
- Better handling of errors during the installation SVN:trunk[2227]
This commit is contained in:
@@ -1538,7 +1538,7 @@ EOF
|
||||
EOF
|
||||
);
|
||||
}
|
||||
else if ($aRes['next-step'] == '')
|
||||
else if ($aRes['status'] != ApplicationInstaller::ERROR)
|
||||
{
|
||||
// Installation complete, move to the next step of the wizard
|
||||
$oPage->add_ready_script(
|
||||
|
||||
Reference in New Issue
Block a user