Fix: Missing include

This commit is contained in:
Laurent Destailleur 2011-09-10 22:00:57 +00:00
parent 56d80ba264
commit 538f7633dd

View File

@ -1230,6 +1230,7 @@ class User extends CommonObject
function setPassword($user, $password='', $changelater=0, $notrigger=0, $nosyncmember=0) function setPassword($user, $password='', $changelater=0, $notrigger=0, $nosyncmember=0)
{ {
global $conf, $langs; global $conf, $langs;
require_once(DOL_DOCUMENT_ROOT ."/lib/security.lib.php");
$error=0; $error=0;