diff options
-rw-r--r-- | modules/forum/forum.admin.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/forum/forum.admin.inc b/modules/forum/forum.admin.inc index 6b0bcb8f8..b4350e80e 100644 --- a/modules/forum/forum.admin.inc +++ b/modules/forum/forum.admin.inc @@ -234,6 +234,9 @@ function forum_overview(&$form_state) { } } } + + // Remove the alphabetical reset. + unset($form['reset_alphabetical']); // The form needs to have submit and validate handlers set explicitly. $form['#theme'] = 'taxonomy_overview_terms'; |