issue 535 add point menu in member menu

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9654 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-10-17 04:49:38 +00:00
parent 0768b1b0c5
commit 2b361934cd
2 changed files with 8 additions and 3 deletions

View file

@ -167,6 +167,10 @@
'module'=>'module',
'subMenu'=>array('filebox'),
),
22=>array(
'module'=>'point',
'subMenu'=>array('point')
),
);
$oMemberModel = &getModel('member');
@ -217,6 +221,7 @@
case 'userList':
case 'userSetting':
case 'userGroup':
case 'point':
return 'user';
break;
case 'document':