mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix default region value
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user