This commit is contained in:
the-djmaze 2022-03-02 10:23:01 +01:00
parent df766e56da
commit 8701174157

View file

@ -96,7 +96,7 @@ export class ContactsAdminSettings extends AbstractViewSettings {
}, {
ContactsPdoType: this.contactsPdoType(),
ContactsPdoDsn: this.contactsPdoDsn(),
ContactsPdoUser: this.contactsPdo(),
ContactsPdoUser: this.contactsPdoUser(),
ContactsPdoPassword: this.contactsPdoPassword()
}
);