Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Commit

Permalink
fix(forms): remove group tools tabbing
Browse files Browse the repository at this point in the history
  • Loading branch information
hypeJunction committed Feb 19, 2016
1 parent 677aacc commit a8bfa26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions start.php
Expand Up @@ -80,6 +80,10 @@ function group_subtypes_init() {
elgg_register_action('admin/groups/subtypes/config', __DIR__ . '/actions/admin/groups/subtypes/config.php', 'admin');
elgg_register_action('admin/groups/subtypes/change_subtype', __DIR__ . '/actions/admin/groups/subtypes/change_subtype.php', 'admin');
elgg_extend_view('admin.css', 'forms/admin/groups/subtypes/config.css');

// Group tools
elgg_unextend_view("groups/edit", "group_tools/group_edit_tabbed", 1);
elgg_unextend_view("groups/edit", "group_tools/group_edit_tabbed_js", 999999999);
}

/**
Expand Down

0 comments on commit a8bfa26

Please sign in to comment.