forked from extern/egroupware
fix in ui-object::edit
This commit is contained in:
parent
dbb1be5ce4
commit
901e57296a
@ -156,11 +156,11 @@ class ui_resources
|
||||
if(isset($content['save']))
|
||||
{
|
||||
unset($content['save']);
|
||||
if($content['id'] != 0)
|
||||
{
|
||||
// links are already saved by eTemplate
|
||||
unset($resource['link_to']['to_id']);
|
||||
}
|
||||
// if($content['id'] != 0)
|
||||
// {
|
||||
// // links are already saved by eTemplate
|
||||
// unset($resource['link_to']['to_id']);
|
||||
// }
|
||||
$content['msg'] = $this->bo->save($content);
|
||||
}
|
||||
if(isset($content['delete']))
|
||||
|
Loading…
Reference in New Issue
Block a user