Documentation

This commit is contained in:
sparkyx 2023-11-12 22:13:47 +01:00
parent 9d92671ed1
commit 7b13bbfe53
7 changed files with 52 additions and 34 deletions

View file

@ -148,6 +148,7 @@ class Extension extends Menu_Ref_sql
throw new Exception(_('Profil inexistant'), 10);
}
// Menu exists
\Noalyss\Dbg::echo_var(1,__FILE__.__LINE__. "p_module to find $p_module");
$module=new Menu_Ref($cn, $p_module);
if ($module->me_code==null)
{