From: Michael J. Rubinsky Date: Sun, 9 May 2010 20:56:55 +0000 (-0400) Subject: reversed logic X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1ee80a53fa2e4ef3aff1906ac41214d4c4e56039;p=horde.git reversed logic --- diff --git a/framework/Url/lib/Horde/Url.php b/framework/Url/lib/Horde/Url.php index 6f874f270..d2dfc0b0c 100644 --- 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;