Fixed a problem where it would try to Back to the group list when editing/viewing user data.

This commit is contained in:
skeeter 2002-01-11 02:01:29 +00:00
parent 5cff4754a0
commit 9f76c46b29

View File

@ -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';
}