Fixed unset to use correct key. Thanks to Josh Davis for noticing this.
authorMike Naberezny <mike@naberezny.com>
Thu, 5 Mar 2009 04:41:37 +0000 (20:41 -0800)
committerMike Naberezny <mike@naberezny.com>
Thu, 5 Mar 2009 04:41:37 +0000 (20:41 -0800)
framework/Routes/lib/Horde/Routes/Route.php

index 1e9b3cc..23d3eeb 100644 (file)
@@ -186,7 +186,7 @@ class Horde_Routes_Route
         unset($kargs['_filter']);
 
         $this->absolute = isset($kargs['_absolute']) ? $kargs['_absolute'] : false;
-        unset($kargs['absolute']);
+        unset($kargs['_absolute']);
 
         // Pull out the member/collection name if present, this applies only to
         // map.resource