fixed type errors

This commit is contained in:
2023-04-29 18:01:27 +02:00
parent 9f18345585
commit ce7495fa1c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<% if Setting.plugin_baupm_core['baupm_enable_webapp'] == 1 %>
<% if Setting.plugin_baupm_core['baupm_enable_webapp'] == '1' %>
{
"name": "<%= Setting.plugin_baupm_core['baupm_application_title'] %>",
<% if Setting.plugin_baupm_core['baupm_application_short_title'].present? %>