]> git.llucax.com Git - mecon/meconlib.git/commitdiff
BugFix.
authorMartín Marrese <marrese@gmail.com>
Thu, 27 May 2004 15:01:54 +0000 (15:01 +0000)
committerMartín Marrese <marrese@gmail.com>
Thu, 27 May 2004 15:01:54 +0000 (15:01 +0000)
lib/MECON/HTML/Link.php

index d0131311b261c0422ec34d5fb960c81a5af2bced..08e527521e41a58028876e641048c5f2461b69c6 100644 (file)
@@ -170,7 +170,10 @@ If they doesn't exists, they are added, if they exists, they are updated.
      */
     function updateGetVars($vars)
     {
-        $this->_getVars += $vars;
+        foreach ($vars as $key => $value) 
+        {
+            $this->_getVars[$key] = $value;
+        }
     }
 
     /**