aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2016-05-29 17:28:33 +0200
committerJakub Senko <jakubsenko@gmail.com>2016-05-29 17:28:33 +0200
commit73073ac8c3f18b48d9c178e150ce00bf4792fbe1 (patch)
treef123c747e99cd4b06c951c935f179c08e22eb963
parent0a512b2695342095ecb9745cf1c445c45f3326be (diff)
downloadforums-73073ac8c3f18b48d9c178e150ce00bf4792fbe1.tar
forums-73073ac8c3f18b48d9c178e150ce00bf4792fbe1.tar.gz
forums-73073ac8c3f18b48d9c178e150ce00bf4792fbe1.tar.bz2
forums-73073ac8c3f18b48d9c178e150ce00bf4792fbe1.tar.xz
forums-73073ac8c3f18b48d9c178e150ce00bf4792fbe1.zip
[ticket/14643] Offer latest backup to restore by default
PHPBB3-14643
-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">