Skip to content

Commit

Permalink
Merge pull request #3184 from GPCsolutions/dolibarr-3183
Browse files Browse the repository at this point in the history
Fix #3183 Make sure FormOther class is included.
  • Loading branch information
eldy committed Jul 11, 2015
2 parents 688562a + f4cc1f6 commit 0eccfce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/core/lib/usergroups.lib.php
Expand Up @@ -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');
Expand Down

0 comments on commit 0eccfce

Please sign in to comment.