From 99fbccdf19b783de1cbf851659bab8823189e950 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 9 Aug 2024 21:12:11 +0200 Subject: [PATCH] Code clean : remove debug info --- include/class/extension.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class/extension.class.php b/include/class/extension.class.php index 51227aa9b..e337fa9a8 100644 --- a/include/class/extension.class.php +++ b/include/class/extension.class.php @@ -148,7 +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) {