summaryrefslogtreecommitdiff
path: root/idiorm.php
diff options
context:
space:
mode:
Diffstat (limited to 'idiorm.php')
-rw-r--r--idiorm.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/idiorm.php b/idiorm.php
index 7dbf9af..bc8f1c6 100644
--- a/idiorm.php
+++ b/idiorm.php
@@ -1360,6 +1360,7 @@
$this->_quote_identifier($this->_table_name),
$this->_build_where(),
));
+ self::_log_query($query, $this->_values);
$statement = self::$_db->prepare($query);
return $statement->execute($this->_values);
}