quieten message that "jdots" is not installed

This commit is contained in:
Ralf Becker 2012-01-09 10:28:50 +00:00
parent 12aa9dbe6d
commit 79d4333cec

View File

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