DB IO cache reset flag add to ignore warning, and ignore cache reset warning in Login class

This commit is contained in:
Clemens Schwaighofer
2025-04-16 17:44:42 +09:00
parent 94eb1c7697
commit ae125ea45e
2 changed files with 6 additions and 4 deletions

View File

@@ -1154,7 +1154,7 @@ class Login
$q
);
// reset any query data that might exist
$this->db->dbCacheReset($q, $params);
$this->db->dbCacheReset($q, $params, show_warning:false);
// never cache return data
$res = $this->db->dbReturnParams($q, $params, $this->db::NO_CACHE);
// query was not run successful