summaryrefslogtreecommitdiff
path: root/modules/forum
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-07-12 15:09:39 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-07-12 15:09:39 +0000
commit641102f8a58dae93dcbfcf7f5b6622d39f88cd99 (patch)
tree5c66715d0625ec4df1824dfd1ac4d0a33f06ae8b /modules/forum
parent756cafc1eb07aabb4f2d00139c2d1fff3111d26a (diff)
downloadbrdo-641102f8a58dae93dcbfcf7f5b6622d39f88cd99.tar.gz
brdo-641102f8a58dae93dcbfcf7f5b6622d39f88cd99.tar.bz2
#851042 by catch, dereine: Fixed Reset to alphabetical produces Fatal error.
Diffstat (limited to 'modules/forum')
-rw-r--r--modules/forum/forum.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.admin.inc b/modules/forum/forum.admin.inc
index 8c694a0e6..9b696ade9 100644
--- a/modules/forum/forum.admin.inc
+++ b/modules/forum/forum.admin.inc
@@ -257,7 +257,7 @@ function forum_overview($form, &$form_state) {
}
// Remove the alphabetical reset.
- unset($form['reset_alphabetical']);
+ unset($form['actions']['reset_alphabetical']);
// The form needs to have submit and validate handlers set explicitly.
$form['#theme'] = 'taxonomy_overview_terms';