correct DB_DRIVER define

This commit is contained in:
Matthew Bucci
2023-10-30 09:27:19 -07:00
parent f035c8f8b2
commit 9fda15b2da

View File

@ -14,7 +14,7 @@ if(!defined('PG4WP_ROOT')) {
// You can choose the driver to load here
if (!defined('DB_DRIVER')) {
define('DB_DRIVER', pgsql);
define('DB_DRIVER', 'pgsql');
}
// Set this to 'true' and check that `pg4wp` is writable if you want debug logs to be written