[dev] patch for framework/Horde/Horde.php

Gary Windham windhamg at email.arizona.edu
Wed Feb 18 14:05:20 PST 2004


Patch to fix missing global variable declaration in Horde::downloadUrl()

Thanks,
-- 
Gary Windham
Systems Programmer, Principal
The University of Arizona - CCIT
-------------- next part --------------
--- Horde.php	Wed Feb 18 15:01:11 2004
+++ Horde.php.new	Wed Feb 18 14:59:40 2004
@@ -475,6 +475,8 @@
      */
     function downloadUrl($filename, $params = array(), $url = null)
     {
+        global $browser;
+ 	
         $horde_url = false;
 
         if (is_null($url)) {


More information about the dev mailing list