projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a6fbeb
)
Fixed unset to use correct key. Thanks to Josh Davis for noticing this.
author
Mike Naberezny
<mike@naberezny.com>
Thu, 5 Mar 2009 04:41:37 +0000
(20:41 -0800)
committer
Mike Naberezny
<mike@naberezny.com>
Thu, 5 Mar 2009 04:41:37 +0000
(20:41 -0800)
framework/Routes/lib/Horde/Routes/Route.php
patch
|
blob
|
history
diff --git
a/framework/Routes/lib/Horde/Routes/Route.php
b/framework/Routes/lib/Horde/Routes/Route.php
index
1e9b3cc
..
23d3eeb
100644
(file)
--- a/
framework/Routes/lib/Horde/Routes/Route.php
+++ b/
framework/Routes/lib/Horde/Routes/Route.php
@@
-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