mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 09:46:29 +00:00
actually check for failures properly in the dbupdater
This commit is contained in:
@@ -29,6 +29,10 @@ function db_last_error() {
|
||||
return Db::get()->last_error();
|
||||
}
|
||||
|
||||
function db_last_query_error() {
|
||||
return Db::get()->last_query_error();
|
||||
}
|
||||
|
||||
function db_quote($str){
|
||||
return Db::get()->quote($str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user