mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
fix for not installed apps
This commit is contained in:
parent
1dfcc53846
commit
a057b014d1
@ -87,7 +87,7 @@
|
|||||||
if ($diagnostics) echo "<p><b>$app</b>: ";
|
if ($diagnostics) echo "<p><b>$app</b>: ";
|
||||||
|
|
||||||
if (!isset($data['tables']) || !count($data['tables']) ||
|
if (!isset($data['tables']) || !count($data['tables']) ||
|
||||||
$GLOBALS['phpgw_setup']->app_registered($app) &&
|
!$GLOBALS['phpgw_setup']->app_registered($app) ||
|
||||||
!($table_definitions = $db2->get_table_definitions($app)))
|
!($table_definitions = $db2->get_table_definitions($app)))
|
||||||
{
|
{
|
||||||
if ($diagnostics) echo "skipping (no tables or not installed)</p>\n";
|
if ($diagnostics) echo "skipping (no tables or not installed)</p>\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user