Merge pull request #1 from pstructures/pstructures-added-ability-to-add-admin-tabs

Add tabs to admin setup from module
This commit is contained in:
Matt Sidnell 2020-03-27 21:53:58 +00:00 committed by GitHub
commit fd8ccecded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1781,7 +1781,8 @@ function company_admin_prepare_head()
$h++;
complete_head_from_modules($conf, $langs, null, $head, $h, 'company_admin', 'remove');
complete_head_from_modules($conf, $langs, null, $head, $h, 'company_admin', 'add');
return $head;
}