summaryrefslogtreecommitdiff
path: root/idiorm.php
diff options
context:
space:
mode:
authorIgor Moiseev <[email protected]>2014-01-20 19:42:37 +0100
committerSimon Holywell <[email protected]>2014-04-26 13:45:46 +0100
commitfd1fa806cf5ce18d0a6dcc4f8fb1bafb4a8005c7 (patch)
tree4c5e5d51dd4d50a129ce44dca159a95cc0af2be0 /idiorm.php
parent7f8aa93e682afeeb0370fced694fcddd592f27f6 (diff)
1. Adjustment of code to work with multiple raw_joins 2. Test multiple raw joins
Diffstat (limited to 'idiorm.php')
-rw-r--r--idiorm.php2
1 files changed, 1 insertions, 1 deletions
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)) {