mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
give current value higher priority then $value[default_sel] when determining $app
This commit is contained in:
parent
15612076fb
commit
3f3bd68969
@ -356,6 +356,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