mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix not showing up sidebox fav items
This commit is contained in:
parent
0d09278ad6
commit
bc33bb842e
@ -169,7 +169,7 @@ class egw_favorites
|
|||||||
$favorites[(string)substr($pref_name,strlen($pref_prefix))] = $pref;
|
$favorites[(string)substr($pref_name,strlen($pref_prefix))] = $pref;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (is_array($sorted_list))
|
if (is_array($fav_sort_pref))
|
||||||
{
|
{
|
||||||
foreach ($fav_sort_pref as $key)
|
foreach ($fav_sort_pref as $key)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user