From fd1fa806cf5ce18d0a6dcc4f8fb1bafb4a8005c7 Mon Sep 17 00:00:00 2001 From: Igor Moiseev Date: Mon, 20 Jan 2014 19:42:37 +0100 Subject: 1. Adjustment of code to work with multiple raw_joins 2. Test multiple raw joins --- idiorm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idiorm.php') diff --git a/idiorm.php b/idiorm.php index dee8f8b..ed22d8b 100644 --- a/idiorm.php +++ b/idiorm.php @@ -956,7 +956,7 @@ $table .= " {$table_alias}"; } - $this->_values = $parameters; + $this->_values = array_merge($this->_values, $parameters); // Build the constraint if (is_array($constraint)) { -- cgit v1.2.3