mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
do NOT detect templates as (not installed) apps
This commit is contained in:
parent
3bf554b986
commit
6864caac21
@ -321,7 +321,7 @@ abstract class setup_cmd extends admin_cmd
|
||||
{
|
||||
self::$apps_to_upgrade[] = $app;
|
||||
}
|
||||
if (!isset($data['enabled']) && $app != 'jdots') // jdots is no app, but a template
|
||||
if (!isset($data['enabled']) && isset($data['version'])) // jdots eg. is no app, but a template
|
||||
{
|
||||
self::$apps_to_install[] = $app;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user