mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 03:11:40 +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;
|
$need_reload = true;
|
||||||
}
|
}
|
||||||
// Title not set for new widgets created via context menu
|
// Favorite not set for new widgets created via context menu
|
||||||
if(!$context['title'])
|
if(!$context['favorite'])
|
||||||
{
|
{
|
||||||
// Set initial size to 6x3, default is way too small
|
// Set initial size to 6x3, default is way too small
|
||||||
$context['width'] = 6;
|
$context['width'] = 6;
|
||||||
|
Loading…
Reference in New Issue
Block a user