Task #1151 - Amélioration configuration des menus
Bug #1151error with the profile.p_id , confusion with profile_menu.pm_id
This commit is contained in:
parent
e914c66827
commit
35dd279da5
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ if ($module == ""
|
|||
|
||||
require_once NOALYSS_INCLUDE.'/class_profile_menu.php';
|
||||
$p_level++;
|
||||
$profile=new Profile_Menu($cn,$p_id);
|
||||
$profile=new Profile_Menu($cn);
|
||||
$profile->p_id=$p_id;
|
||||
$profile->display_module_menu($module,$p_level);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue