FIX : 1/ update_extra() function musn't be in "if(!empty(MAIN_DISABLE_CONTACTS_TAB)" test.

2/ Reindented code
This commit is contained in:
Gauthier 2015-10-15 17:26:16 +02:00
parent e79fe7401f
commit b3e3cc14a7

View File

@ -1773,6 +1773,7 @@ if (empty($reshook))
dol_print_error($db); dol_print_error($db);
} }
} }
}
if ($action == 'update_extras') if ($action == 'update_extras')
@ -1802,7 +1803,6 @@ if (empty($reshook))
$action = 'edit_extras'; $action = 'edit_extras';
} }
} }
}
/* /*