projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c045b5d
)
reversed logic
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 9 May 2010 20:56:55 +0000
(16:56 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 9 May 2010 20:56:55 +0000
(16:56 -0400)
framework/Url/lib/Horde/Url.php
patch
|
blob
|
history
diff --git
a/framework/Url/lib/Horde/Url.php
b/framework/Url/lib/Horde/Url.php
index
6f874f2
..
d2dfc0b
100644
(file)
--- a/
framework/Url/lib/Horde/Url.php
+++ b/
framework/Url/lib/Horde/Url.php
@@
-69,7
+69,7
@@
class Horde_Url
$this->url = $url->url;
$this->parameters = $url->parameters;
$this->pathInfo = $url->pathInfo;
- if (is_null($raw)) {
+ if (
!
is_null($raw)) {
$this->raw = $url->raw;
}
return;