Index: path_redirect.module
===================================================================
--- path_redirect.module	(revision 352)
+++ path_redirect.module	(working copy)
@@ -59,7 +59,7 @@
     else {
       // Perform the redirect directly.
       unset($_REQUEST['destination']);
-      drupal_goto($r->redirect, $r->query, $r->fragment, $r->type);
+      drupal_goto($r->redirect, ($r->query ? $r->query: NULL), ($r->fragment ? $r->fragment : NULL), $r->type);
     }
   }
 }
