Skip to content

Settings Manager: Fix issue with select dropdown logic #21

Closed
@Awilum

Description

@Awilum

There is a stupid issue inside admin/views/templates/system/settings/list.php

Wrong:
[0 => 'true', 1 => 'false']

Correct:
[0 => 'false', 1 => 'true']

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions