Index: path_redirect.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/path_redirect/path_redirect.module,v
retrieving revision 1.3.2.7.2.108
diff -u -p -r1.3.2.7.2.108 path_redirect.module
--- path_redirect.module	1 Dec 2010 00:50:53 -0000	1.3.2.7.2.108
+++ path_redirect.module	20 Jan 2011 22:16:39 -0000
@@ -554,7 +554,7 @@ function path_redirect_get_path($path = 
       $path = '<front>';
     }
     else {
-      $path = $_GET['q'];
+      $path = $_REQUEST['q'];
     }
   }
   else {
