fixed not working refresh

This commit is contained in:
Ralf Becker 2013-11-08 13:53:15 +00:00
parent 511dbe1bea
commit 086da0881f

View File

@ -958,7 +958,7 @@ class calendar_uiforms extends calendar_ui
'msg' => $msg,
));
}
egw_framework::refresh_opener($msg, 'calendar', $content['id'], $button['save']?'update': 'delete');
egw_framework::refresh_opener($msg, 'calendar', $content['id'], $button == 'save'?'update': 'delete');
egw_framework::window_close();
common::egw_exit();
}