[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 09/09: Code clean : remove debug info
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 09/09: Code clean : remove debug info |
Date: |
Fri, 9 Aug 2024 15:18:18 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 99fbccdf19b783de1cbf851659bab8823189e950
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Aug 9 21:12:11 2024 +0200
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)
{
- [Noalyss-commit] [noalyss] branch unstable updated (451b9cb7c -> 99fbccdf1), dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 01/09: Bug : fix : ITVA does not change the label, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 03/09: CFGPRO : detail menu : add button close, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 02/09: CFGMENU : cosmetic, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 04/09: cfgplugin : activate plugin with simple click not confirmation needed, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 06/09: CMCARD : template of card, drag'n drop to order the attributes, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 07/09: Change menu code , replace CFG by C0 or C1 , new standard, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 08/09: Fix : gettext for empty string calls the file header, dwm, 2024/08/09
- [Noalyss-commit] [noalyss] 09/09: Code clean : remove debug info,
dwm <=
- [Noalyss-commit] [noalyss] 05/09: HtmlInput::get_node_attribute protect the attribute with htmlentity, dwm, 2024/08/09