Commit 7c2f217c authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4732 (Installation profiles that dp not force certain addons on, fail)

parent dc1fb039
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -307,6 +307,7 @@ class Module_admin_setupwizard

        $installprofile = post_param_string('installprofile', '');
        $addon_list_override_to_off_by_default = array();
        $addon_list_force_on = array();
        if ($installprofile != '') {
            require_code('hooks/modules/admin_setupwizard_installprofiles/' . $installprofile);
            $object = object_factory('Hook_admin_setupwizard_installprofiles_' . $installprofile);