diff --git a/html/mobile.php b/html/mobile.php
index 6494092b8..5c19d8ef3 100644
--- a/html/mobile.php
+++ b/html/mobile.php
@@ -28,7 +28,7 @@ require_once '../include/constant.php';
global $g_user;
$cn=new Database();
-$g_user=new \User($cn);
+$g_user=new \Noalyss_User($cn);
$g_user->check();
if ( !defined ("ALLOWED") ) { define ('ALLOWED',true); }
diff --git a/include/action.common.inc.php b/include/action.common.inc.php
index 00c24a585..ff793c0b0 100644
--- a/include/action.common.inc.php
+++ b/include/action.common.inc.php
@@ -39,7 +39,7 @@ if (isset($_REQUEST['f_id']))
if (isset($_REQUEST['sb']))
$supl_hidden.=HtmlInput::hidden('sb', $http->request("sb"));
$supl_hidden.=HtmlInput::hidden('ac', $http->request("ac"));
-
+\Noalyss\Dbg::echo_file(__FILE__);
/**
* if no group available , then stop
*/
diff --git a/include/class/mobile.class.php b/include/class/mobile.class.php
index 5d04b542c..30a6040b1 100644
--- a/include/class/mobile.class.php
+++ b/include/class/mobile.class.php
@@ -153,7 +153,7 @@ class Mobile
echo __CLASS__."→".__FUNCTION__;
}
$cn=Dossier::connect();
- $user=new Noalyss_user($cn);
+ $user=new \Noalyss_user($cn);
$aModule=$cn->get_array("select *
from profile_mobile pm
diff --git a/include/template/mobile-display_menu.php b/include/template/mobile-display_menu.php
index b586bc70f..55b9f2011 100644
--- a/include/template/mobile-display_menu.php
+++ b/include/template/mobile-display_menu.php
@@ -25,7 +25,7 @@ if (!defined('ALLOWED'))
* @file
* @brief show the mobile menu
*/
-\Noalyss\Dbg::dbgecho_file(__FILE__);
+\Noalyss\Dbg::echo_file(__FILE__);
?>