forked from extern/egroupware
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']);
|
$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';
|
$destination = 'users';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user