mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix: bug #29454
This commit is contained in:
@@ -66,7 +66,7 @@ class modUser extends DolibarrModules
|
||||
$this->dirs = array("/users/temp");
|
||||
|
||||
// Config pages
|
||||
$this->config_page_url = array("/admin/user.php");
|
||||
$this->config_page_url = array("user.php");
|
||||
|
||||
// Dependancies
|
||||
$this->depends = array();
|
||||
|
||||
Reference in New Issue
Block a user