forked from extern/egroupware
Additional fix for non-installed apps during upgrades
This commit is contained in:
parent
298f754424
commit
85ef717696
@ -172,16 +172,14 @@
|
||||
/* Only set this if it has not already failed to upgrade - Milosch */
|
||||
if ($setup_info[$key]['status'] != 'F' )//&& $setup_info[$key]['status'] != 'C')
|
||||
{
|
||||
/*
|
||||
if($setup_info[$key]['status'] == 'C')
|
||||
{
|
||||
$setup_info[$key]['status'] = 'P';
|
||||
$setup_info[$key]['status'] = 'D';
|
||||
}
|
||||
else
|
||||
{
|
||||
*/
|
||||
$setup_info[$key]['status'] = 'D';
|
||||
//}
|
||||
$setup_info[$key]['status'] = 'P';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -515,6 +515,7 @@
|
||||
{
|
||||
echo '<br>process_upgrade(): Application not installed: ' . $appname . "\n";
|
||||
}
|
||||
@unset($setup_info[$key]);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user