Skip to content

Commit

Permalink
FIX missing include (#30242)
Browse files Browse the repository at this point in the history
Co-authored-by: Christophe Battarel <christophe@altairis.fr>
  • Loading branch information
altairis-tof and Christophe Battarel authored Jul 2, 2024
1 parent 7e5b117 commit 3faf45e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/user/param_ihm.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

// Load Dolibarr environment
require '../main.inc.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/usergroups.lib.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formadmin.class.php';
Expand Down

0 comments on commit 3faf45e

Please sign in to comment.