summaryrefslogtreecommitdiff
path: root/modules/forum/forum.module
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-26 19:46:52 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-26 19:46:52 +0000
commite6a88be5d127f41837137a0d00980c8d8115ab1e (patch)
treea32f57bcd84cc290d0203c850d5b1c5ae676a3a4 /modules/forum/forum.module
parent9a96837b89a0f6b2b5b2c99063e5faeda53d88c6 (diff)
downloadbrdo-e6a88be5d127f41837137a0d00980c8d8115ab1e.tar.gz
brdo-e6a88be5d127f41837137a0d00980c8d8115ab1e.tar.bz2
#193333 by quicksketch et al: taxonomy drag and drop support
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r--modules/forum/forum.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index 6647daff6..46f0a9615 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -92,7 +92,8 @@ function forum_menu() {
$items['admin/content/forum'] = array(
'title' => 'Forums',
'description' => 'Control forums and their hierarchy and change forum settings.',
- 'page callback' => 'forum_overview',
+ 'page callback' => 'drupal_get_form',
+ 'page arguments' => array('forum_overview'),
'access arguments' => array('administer forums'),
'file' => 'forum.admin.inc',
);