diff --git a/core/components/rowboat/model/rowboat/rbquery.class.php b/core/components/rowboat/model/rowboat/rbquery.class.php index 2a86879..c914acf 100644 --- a/core/components/rowboat/model/rowboat/rbquery.class.php +++ b/core/components/rowboat/model/rowboat/rbquery.class.php @@ -140,7 +140,7 @@ public function addParam($k,$v) { $kz = explode('.',$k); $k = !empty($kz[1]) ? $kz[1] : $kz[0]; if (array_key_exists($k,$this->_params)) { - $k = $k.uniqid($k); + $k = $k.uniqid(); } $this->_params[$k] = $v;