diff --git a/og.module b/og.module index 05b5ca1..da90f90 100644 --- a/og.module +++ b/og.module @@ -3371,7 +3371,7 @@ function og_node_create_links($group_type, $gid, $field_name, $destination = NUL if ($destination) { $options['query']['destination'] = $destination; } - else if ($destination !== FALSE) { + elseif ($destination !== FALSE) { $options['query'] += drupal_get_destination(); }