Skip to content

Typo in Setup.php prevents users from using Postgres

t0rum requested to merge t0rum/core:t0rum-master-patch-68993 into master

Because of typo, value of $dbtype is ignored, and as $db_type does not exist, $db_charset is allways 'utf8mb4'.

Edited by t0rum

Merge request reports