mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
fixed bug #517: Bug in s/p view when closing infolog
This commit is contained in:
parent
e6334fe830
commit
38df241f94
@ -378,7 +378,8 @@
|
||||
if (!($values['msg'] = $this->delete($do_id,$called_as,$called_as ? '' : 'index'))) return;
|
||||
break;
|
||||
case 'close':
|
||||
return $this->close($do_id,$called_as,$do == 'close_subs');
|
||||
$this->close($do_id,$called_as);
|
||||
break;
|
||||
case 'sp':
|
||||
return $this->edit(0,'sp',$do_id,'',$called_as);
|
||||
case 'view':
|
||||
@ -477,7 +478,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
return $referer ? $this->tmpl->location($referer) : $this->index();
|
||||
if ($referer) $this->tmpl->location($referer);
|
||||
}
|
||||
|
||||
function delete($values=0,$referer='',$called_by='')
|
||||
|
Loading…
Reference in New Issue
Block a user