From 45cfe11c989a53f6cbdf4bf3cfa45a2440bc39b1 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 7 Oct 2022 19:41:07 +0100 Subject: Fix saving the database identifier in SQL::Provider. --- include/modules/sql.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/modules/sql.h b/include/modules/sql.h index 636f3286f..2c90c42c9 100644 --- a/include/modules/sql.h +++ b/include/modules/sql.h @@ -238,6 +238,7 @@ class SQL::Provider : public DataProvider public: Provider(Module* Creator, const std::string& Name) : DataProvider(Creator, "SQL/" + Name) + , dbid(Name) { } -- cgit v1.3.1-10-gc9f91