diff --git a/views_content/plugins/content_types/views.inc b/views_content/plugins/content_types/views.inc
index 262d81d..93f14c6 100644
--- a/views_content/plugins/content_types/views.inc
+++ b/views_content/plugins/content_types/views.inc
@@ -145,12 +145,12 @@ function views_content_views_content_type_render($subtype, $conf, $panel_args, $
       }
       if (!empty($contexts[$cid])) {
         $arg = ctools_context_convert_context($contexts[$cid], $converter, array('sanitize' => FALSE));
-        array_splice($args, $count, 0, array($arg));
       }
       else {
         // Make sure we put an argument in even if it was not there.
         $arg = NULL;
       }
+      array_splice($args, $count, 0, array($arg));
     }
   }
 
