1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

fix default region value

This commit is contained in:
Damodar Lohani 2022-09-09 05:14:29 +00:00
parent 0cd1da0680
commit 03fade9501

View file

@ -228,7 +228,7 @@ $regions = $this->getParam('regions', []);
<?php endforeach; ?>
</select>
<?php else: ?>
<input type="hidden" name="region" value="<?php array_key_first($regions) ?>" class="margin-bottom-xl" />
<input type="hidden" name="region" value="<?php echo array_key_first($regions) ?>" class="margin-bottom-xl" />
<?php endif; ?>
<footer>