mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Admin - add phpgwai to list of apps excluded when counting entries an account has
This commit is contained in:
parent
dbf4049ad3
commit
48f57ba4e6
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user