quieten message that "jdots" is not installed

This commit is contained in:
Ralf Becker 2012-01-09 10:25:56 +00:00
parent ce8bd4135d
commit 163ca468f8

View File

@ -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;
} }