mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
quieten message that "jdots" is not installed
This commit is contained in:
parent
12aa9dbe6d
commit
79d4333cec
@ -314,7 +314,7 @@ abstract class setup_cmd extends admin_cmd
|
||||
{
|
||||
$apps_to_upgrade[] = $app;
|
||||
}
|
||||
if (!isset($data['enabled']))
|
||||
if (!isset($data['enabled']) && $app != 'jdots') // jdots is no app, but a template
|
||||
{
|
||||
$apps_to_install[] = $app;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user