aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/store/sqlite.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/store/sqlite.class.php')
-rw-r--r--inc/store/sqlite.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/store/sqlite.class.php b/inc/store/sqlite.class.php
index 21081608..a15bc095 100644
--- a/inc/store/sqlite.class.php
+++ b/inc/store/sqlite.class.php
@@ -90,7 +90,7 @@ class Sqlite extends Store {
90 } 90 }
91 catch (Exception $e) 91 catch (Exception $e)
92 { 92 {
93 logm('execute query error : '.$e->getMessage()); 93 Tools::logm('execute query error : '.$e->getMessage());
94 } 94 }
95 } 95 }
96 96