forked from extern/egroupware
give current value higher priority then $value[default_sel] when determining $app
This commit is contained in:
parent
c115d73cfb
commit
92ebc10cef
@ -357,6 +357,7 @@ class link_widget
|
||||
if (isset($value['current']))
|
||||
{
|
||||
list($app,$id) = explode(':',$value['current'], 2);
|
||||
if ($app) unset($value['default_sel']); // would overwrite $app!
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user