mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fixed a problem where it would try to Back to the group list when editing/viewing user data.
This commit is contained in:
parent
5cff4754a0
commit
9f76c46b29
@ -61,7 +61,7 @@
|
||||
|
||||
$this->t->set_var('th_bg',$GLOBALS['phpgw_info']['theme']['th_bg']);
|
||||
|
||||
if(strpos($_userdata[0]['description'],'User'))
|
||||
if(strpos($_menuData[0]['extradata'],'user'))
|
||||
{
|
||||
$destination = 'users';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user