From 9c1249cd9a73d65afc86f410ab44adc234de0b14 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 31 May 2016 22:57:41 +0200 Subject: [PATCH] allow to deinstall old phpgwapi, but not api --- setup/applications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/applications.php b/setup/applications.php index 0a900160d8..b2daec61d2 100644 --- a/setup/applications.php +++ b/setup/applications.php @@ -436,7 +436,7 @@ else switch($value['status']) { case 'C': - $setup_tpl->set_var('remove', in_array($key, array('api', 'phpgwapi')) ? ' ' : ''); + $setup_tpl->set_var('remove', $key == 'api' ? ' ' : ''); $setup_tpl->set_var('upgrade',' '); if (!$GLOBALS['egw_setup']->detection->check_app_tables($value['name'])) {