mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fix favorites don't keep new size
This commit is contained in:
parent
9371a62019
commit
336b10ca75
@ -70,8 +70,8 @@ class home_favorite_portlet extends home_portlet
|
||||
|
||||
$need_reload = true;
|
||||
}
|
||||
// Title not set for new widgets created via context menu
|
||||
if(!$context['title'])
|
||||
// Favorite not set for new widgets created via context menu
|
||||
if(!$context['favorite'])
|
||||
{
|
||||
// Set initial size to 6x3, default is way too small
|
||||
$context['width'] = 6;
|
||||
|
Loading…
Reference in New Issue
Block a user