Restore redirect functionality
authorsoranzo <soranzo>
Thu, 31 May 2007 12:43:00 +0000 (12:43 +0000)
committersoranzo <soranzo>
Thu, 31 May 2007 12:43:00 +0000 (12:43 +0000)
redirect.php

index 2e07187f6fbc1820dd0cff1245b1a967c965041c..dfd9e949888d1ca8d67a22b15516c0a38e199014 100644 (file)
@@ -8,7 +8,7 @@
        
        $url = parse_url($misc->getLastTabURL($subject));
        
-       $_SERVER['PHP_SELF'] = $url['path'];
+       $PHP_SELF = $url['path'];
        
        // Load query vars into superglobal arrays
        if (isset($url['query'])) {