mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
Do not query server if there's no actual taglist query, fix fatal error "Memory exhaustion"
This commit is contained in:
@ -79,7 +79,7 @@ class Taglist extends Etemplate\Widget
|
||||
$links = Api\Accounts::link_query($query, $options);
|
||||
}
|
||||
}
|
||||
else
|
||||
elseif($query) // Only search if there's a query, avoid searching for all
|
||||
{
|
||||
$links = Api\Link::query($app, $query, $options);
|
||||
}
|
||||
|
Reference in New Issue
Block a user