diff options
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r-- | modules/forum/forum.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module index c6d4662af..d6b324d29 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -506,12 +506,12 @@ function forum_view(&$node, $teaser = FALSE, $page = FALSE) { } /** - * Implementation of hook_execute(). + * Implementation of hook_submit(). * * Check in particular that only a "leaf" term in the associated taxonomy * vocabulary is selected, not a "container" term. */ -function forum_execute(&$node) { +function forum_submit(&$node) { // Make sure all fields are set properly: $node->icon = $node->icon ? $node->icon : ''; |