1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

refactoring

This commit is contained in:
Nicolas Lœuillet 2013-08-04 20:58:31 +02:00
parent 3ba5f81b7b
commit eb1af59219
11 changed files with 544 additions and 499 deletions

View 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());
}
}