diff --git a/htdocs/includes/modules/modUser.class.php b/htdocs/includes/modules/modUser.class.php index 1ff87998a5c..7994772e3e1 100644 --- a/htdocs/includes/modules/modUser.class.php +++ b/htdocs/includes/modules/modUser.class.php @@ -17,7 +17,6 @@ * * $Id$ * $Source$ - * */ /** @@ -64,7 +63,7 @@ class modUser extends DolibarrModules $this->dirs = array(); // Config pages - $this->config_page_url = "/user/admin/index.php"; + // $this->config_page_url = "/user/admin/index.php"; // Dépendances $this->depends = array(); diff --git a/htdocs/user.class.php b/htdocs/user.class.php index 1fea5f8b0f2..df6fec9a15e 100644 --- a/htdocs/user.class.php +++ b/htdocs/user.class.php @@ -221,6 +221,7 @@ class User function addrights($rid,$allmodule='',$allperms='') { + dolibarr_syslog("User::addrights $rid, $allmodule, $allperms"); $err=0; $whereforadd='';