Skip to content
Snippets Groups Projects
Commit 4413c0a5 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: upload user file

parent 5d370c7e
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,12 @@ $form = new Form($db); ...@@ -89,6 +89,12 @@ $form = new Form($db);
$object = new User($db); $object = new User($db);
$extrafields = new ExtraFields($db); $extrafields = new ExtraFields($db);
// Initialize technical object to manage hooks of thirdparties. Note that conf->hooks_modules contains array array
include_once DOL_DOCUMENT_ROOT.'/core/class/hookmanager.class.php';
$hookmanager=new HookManager($db);
$hookmanager->initHooks(array('usercard'));
/** /**
* Actions * Actions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment