From 83670cecb8e6ef4d549e5d06b09f50880f7a30c7 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 8 Apr 2025 10:22:50 +0200 Subject: [PATCH] typo --- include/lib/database_core.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/database_core.class.php b/include/lib/database_core.class.php index 6cd6f30f2..25d68cacc 100644 --- a/include/lib/database_core.class.php +++ b/include/lib/database_core.class.php @@ -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()