Index: views/draggableviews.views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/draggableviews/views/draggableviews.views.inc,v
retrieving revision 1.1.2.5
diff -u -p -w -r1.1.2.5 draggableviews.views.inc
--- views/draggableviews.views.inc	9 Jul 2009 14:51:23 -0000	1.1.2.5
+++ views/draggableviews.views.inc	10 Jul 2009 18:28:51 -0000
@@ -109,11 +109,12 @@ function draggableviews_views_query_alte
           'value' => is_numeric($view->vid) ? $view->vid : 0,
           'numeric' => TRUE,
       );
-      if (!empty($view->style_plugin->options['draggableviews_arguments']['use_args'])) {
         $args = NULL;
+      if (!empty($view->style_plugin->options['draggableviews_arguments']['use_args'])) {
         if(!empty($view->args)) {
           $args = implode('/', $view->args);
         }
+      }
         $query->table_queue['draggableviews_structure'. $i]['join']->extra[] = array(
           'field' => 'args',
           'operator' => '=',
@@ -122,4 +123,3 @@ function draggableviews_views_query_alte
       }
     }
   }
-}
