This commit is contained in:
sparkyx 2025-04-08 10:22:50 +02:00
parent 0fecffb51c
commit 83670cecb8

View file

@ -85,7 +85,7 @@ class DatabaseCore
* @return false|string
*/
public function get_name () {
return pg_dbname($this->ret);
return pg_dbname($this->db);
}
public function verify()