summaryrefslogtreecommitdiff
path: root/modules/forum/forum.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r--modules/forum/forum.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index 268645cfc..1217657fa 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -538,7 +538,7 @@ function forum_block_view($delta = '') {
/**
* Implementation of hook_form().
*/
-function forum_form(&$node, $form_state) {
+function forum_form($node, $form_state) {
$type = node_get_types('type', $node);
$form['title'] = array('#type' => 'textfield', '#title' => check_plain($type->title_label), '#default_value' => !empty($node->title) ? $node->title : '', '#required' => TRUE, '#weight' => -5);