1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-08-14 02:18:31 +02:00

fix for lost owner selection in manage_states

This commit is contained in:
Klaus Leithoff
2009-07-09 09:50:47 +00:00
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;