forked from extern/egroupware
fix for lost owner selection in manage_states
This commit is contained in:
parent
00c55151e3
commit
1ac7c459c3
@ -309,7 +309,7 @@ class calendar_ui
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// for the uiforms class (eg. edit), dont store the (new) owner, as it might change the view
|
// for the uiforms class (eg. edit), dont store the (new) owner, as it might change the view
|
||||||
if (substr($_GET['menuaction'],0,16) == 'calendar.calendar_uiforms')
|
if (substr($_GET['menuaction'],0,25) == 'calendar.calendar_uiforms')
|
||||||
{
|
{
|
||||||
$this->owner = $set_states[$state];
|
$this->owner = $set_states[$state];
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user