forked from extern/egroupware
revert r49817: as it causes an SQL error in Home ("linked" is not a column)
This commit is contained in:
parent
2ad6957c73
commit
0efd64bb2e
@ -343,6 +343,7 @@ class infolog_ui
|
||||
{
|
||||
$link_filters['linked'] = $query['col_filter']['linked'];
|
||||
$links['linked'] = array();
|
||||
unset($query['col_filter']['linked']);
|
||||
}
|
||||
if($query['action'] && in_array($query['action'], array_keys($GLOBALS['egw_info']['apps'])) && $query['action_id'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user