aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-05-31 21:43:16 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-05-31 21:43:16 +0200
commitb63c61d099ff803de9ae7068a7cc77d105b94bd5 (patch)
treef123c747e99cd4b06c951c935f179c08e22eb963
parent0a512b2695342095ecb9745cf1c445c45f3326be (diff)
parent73073ac8c3f18b48d9c178e150ce00bf4792fbe1 (diff)
downloadforums-b63c61d099ff803de9ae7068a7cc77d105b94bd5.tar
forums-b63c61d099ff803de9ae7068a7cc77d105b94bd5.tar.gz
forums-b63c61d099ff803de9ae7068a7cc77d105b94bd5.tar.bz2
forums-b63c61d099ff803de9ae7068a7cc77d105b94bd5.tar.xz
forums-b63c61d099ff803de9ae7068a7cc77d105b94bd5.zip
Merge pull request #4343 from Senky/ticket/14643
[ticket/14643] Offer latest backup to restore by default
-rw-r--r--phpBB/adm/style/acp_database.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_database.html b/phpBB/adm/style/acp_database.html
index bf0c80bcd9..39f06319f9 100644
--- a/phpBB/adm/style/acp_database.html
+++ b/phpBB/adm/style/acp_database.html
@@ -14,7 +14,7 @@
<legend>{L_RESTORE_OPTIONS}</legend>
<dl>
<dt><label for="file">{L_SELECT_FILE}{L_COLON}</label></dt>
- <dd><select id="file" name="file" size="10"><!-- BEGIN files --><option value="{files.FILE}"<!-- IF files.S_LAST_ROW --> selected="selected"<!-- ENDIF -->>{files.NAME}</option><!-- END files --></select></dd>
+ <dd><select id="file" name="file" size="10"><!-- BEGIN files --><option value="{files.FILE}"<!-- IF files.S_FIRST_ROW --> selected="selected"<!-- ENDIF -->>{files.NAME}</option><!-- END files --></select></dd>
</dl>
<p class="submit-buttons">