X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/97db50b5763f40794cc2058ebe4c6fe375525562..4b08135a35b4ba9f3e87dfdb4cdc427800e359ac:/lib/MECON/HTML/Link.php?ds=sidebyside diff --git a/lib/MECON/HTML/Link.php b/lib/MECON/HTML/Link.php index d013131..08e5275 100644 --- a/lib/MECON/HTML/Link.php +++ b/lib/MECON/HTML/Link.php @@ -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; + } } /**