diff --git a/html/central.php b/html/central.php index 987ddf746..481dfc110 100644 --- a/html/central.php +++ b/html/central.php @@ -35,8 +35,8 @@ include_once("preference.php"); include_once ("top_menu_compta.php"); -ShowMenuCompta($g_dossier); -ShowMenuComptaRight($g_dossier); +ShowMenuCompta($g_dossier,$g_UserProperty); +ShowMenuComptaRight($g_dossier,$g_UserProperty); if ( $g_UserProperty['use_admin']==0 ) { $r=CheckAction($g_dossier,$g_user,CENTRALIZE);