summaryrefslogtreecommitdiff
path: root/idiorm.php
diff options
context:
space:
mode:
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 de7538a..2b1f38c 100644
--- a/idiorm.php
+++ b/idiorm.php
@@ -1355,7 +1355,7 @@
}
}
$query[] = "))";
- return $this->where_raw(join($query, ' '), $data);
+ return $this->where_raw(join(' ', $query), $data);
}
/**