reversed logic
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 9 May 2010 20:56:55 +0000 (16:56 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 9 May 2010 20:56:55 +0000 (16:56 -0400)
framework/Url/lib/Horde/Url.php

index 6f874f2..d2dfc0b 100644 (file)
@@ -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;