diff --git a/ooyala_channels/ooyala_channels.module b/ooyala_channels/ooyala_channels.module
index 38c7e0a..161b434 100644
--- a/ooyala_channels/ooyala_channels.module
+++ b/ooyala_channels/ooyala_channels.module
@@ -146,7 +146,7 @@ function ooyala_channels_form_alter(&$form, &$form_state, $form_id) {
     case $node_type . '_node_form':
       if (variable_get('ooyala_channels_enabled_' . $node_type, FALSE)) {
         module_load_include('inc', 'ooyala_channels', 'includes/ooyala_channels.pages');
-        ooyala_channels_alter_node_form(&$form, &$form_state, $form_id);
+        ooyala_channels_alter_node_form($form, $form_state, $form_id);
       }
       break;
   }
