From: Michael J. Rubinsky Date: Mon, 14 Sep 2009 15:46:23 +0000 (-0400) Subject: Need to change the variable name here too X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9fc111a73c75251aaf29b400582afacc16e31366;p=horde.git Need to change the variable name here too --- diff --git a/framework/Release/lib/Horde/Release.php b/framework/Release/lib/Horde/Release.php index 9760ada60..6147989a7 100644 --- a/framework/Release/lib/Horde/Release.php +++ b/framework/Release/lib/Horde/Release.php @@ -711,8 +711,8 @@ class Horde_Release } $url_response = Horde_Serialize::unserialize($response->getBody(), Horde_Serialize::JSON); - if (!is_array($response)) { - $response = array(); + if (!is_array($url_response)) { + $url_response = array(); } // Should be an array of URL info in response...go through our requested