diff --git a/api/src/Accounts.php b/api/src/Accounts.php index abe55339b7..2c7b6541a8 100644 --- a/api/src/Accounts.php +++ b/api/src/Accounts.php @@ -1100,7 +1100,7 @@ class Accounts $owner_column = Link::get_registry($appname, 'owner'); // Try for automatically finding the modification - if(!is_array($owner_column) && !in_array($appname, array('admin', 'api','etemplate'))) + if(!is_array($owner_column) && !in_array($appname, array('admin', 'api','etemplate','phpgwapi'))) { $tables = $GLOBALS['egw']->db->get_table_definitions($appname); if(!is_array($tables))