mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
fix hiding error msgs when updating kleeja
This commit is contained in:
@@ -475,7 +475,7 @@ class KleejaDatabase
|
||||
*/
|
||||
private function error_msg($msg)
|
||||
{
|
||||
if (! $this->show_errors)
|
||||
if (! $this->show_errors || (defined('SQL_NO_ERRORS') || defined('MYSQL_NO_ERRORS')))
|
||||
{
|
||||
kleeja_log('SQLite3: ' . $msg);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user