Error 500 when editing A records in v1.6.0

Hi
I just noticed that I can’t edit any A records in Hestia v1.6.0. (All other records can be edited fine.)

Error is in the file /usr/local/hestia/web/templates/pages/edit_dns_rec.html in line 75
Line is:
<option value="A" <?php if ($v_type == 'A') echo selected; ?>>A</option>

instead of:

<option value="A" <?php if ($v_type == 'A') echo "selected"; ?>>A</option>

Quotes are missing.

BR,
N.

Noticed allready patched for 1.6.1

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.