]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/HTML/Link.php
- Pase a meconlib los objetos para mostrar la informacion de legajos
[mecon/meconlib.git] / 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;
+        }
     }
 
     /**