]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/store/sqlite.class.php
refactoring
[github/wallabag/wallabag.git] / inc / store / sqlite.class.php
index 210816084e1e0042e381b5bd6783fdcea8db2126..a15bc095b4a2e8c248e9baa4b563017190f45f9b 100644 (file)
@@ -90,7 +90,7 @@ class Sqlite extends Store {
         }
         catch (Exception $e)
         {
-            logm('execute query error : '.$e->getMessage());
+            Tools::logm('execute query error : '.$e->getMessage());
         }
     }