Fix: bad path

This commit is contained in:
Regis Houssin 2010-03-31 06:23:28 +00:00
parent d7205fe627
commit f090580fa1

View File

@ -66,7 +66,7 @@ class modUser extends DolibarrModules
$this->dirs = array("/users/temp"); $this->dirs = array("/users/temp");
// Config pages // Config pages
$this->config_page_url = array("/admin/user.php"); $this->config_page_url = array("user.php");
// Dependancies // Dependancies
$this->depends = array(); $this->depends = array();