mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
quieten message that "jdots" is not installed
This commit is contained in:
parent
ce8bd4135d
commit
163ca468f8
@ -328,7 +328,7 @@ abstract class setup_cmd extends admin_cmd
|
|||||||
{
|
{
|
||||||
self::$apps_to_upgrade[] = $app;
|
self::$apps_to_upgrade[] = $app;
|
||||||
}
|
}
|
||||||
if (!isset($data['enabled']))
|
if (!isset($data['enabled']) && $app != 'jdots') // jdots is no app, but a template
|
||||||
{
|
{
|
||||||
self::$apps_to_install[] = $app;
|
self::$apps_to_install[] = $app;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user