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

Merge pull request #3184 from GPCsolutions/dolibarr-3183

Fix #3183 Make sure FormOther class is included.
parents 688562a8 f4cc1f64
No related branches found
No related tags found
No related merge requests found
......@@ -257,6 +257,8 @@ function show_theme($fuser,$edit=0,$foruserprofile=false)
global $conf,$langs,$db;
global $bc;
require_once DOL_DOCUMENT_ROOT . '/core/class/html.formother.class.php';
$formother = new FormOther($db);
//$dirthemes=array(empty($conf->global->MAIN_FORCETHEMEDIR)?'/theme':$conf->global->MAIN_FORCETHEMEDIR.'/theme');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment