From c02fc0f63fb8098cd4096481ad27b31f8069d5d1 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 22 Dec 2015 20:01:22 +0100 Subject: [PATCH] [ticket/14378] Use consistent template variable paths PHPBB3-14378 --- phpBB/adm/style/installer_footer.html | 2 +- phpBB/adm/style/installer_header.html | 2 +- phpBB/adm/style/installer_update_file_status.html | 10 +++++----- phpBB/phpbb/install/controller/helper.php | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/phpBB/adm/style/installer_footer.html b/phpBB/adm/style/installer_footer.html index 44010b5589..63aebec993 100644 --- a/phpBB/adm/style/installer_footer.html +++ b/phpBB/adm/style/installer_footer.html @@ -13,7 +13,7 @@ - + {$SCRIPTS} diff --git a/phpBB/adm/style/installer_header.html b/phpBB/adm/style/installer_header.html index c4c3427fdb..775caa7c67 100644 --- a/phpBB/adm/style/installer_header.html +++ b/phpBB/adm/style/installer_header.html @@ -6,7 +6,7 @@ {META} {PAGE_TITLE} - + diff --git a/phpBB/adm/style/installer_update_file_status.html b/phpBB/adm/style/installer_update_file_status.html index 9f15c402e9..a27bfa6a44 100644 --- a/phpBB/adm/style/installer_update_file_status.html +++ b/phpBB/adm/style/installer_update_file_status.html @@ -4,7 +4,7 @@

{L_FILES_DELETED_EXPLAIN}

- {L_STATUS_DELETED} + {L_STATUS_DELETED}
{deleted.DIR_PART}{deleted.FILE_PART}
@@ -20,7 +20,7 @@

{L_FILES_CONFLICT_EXPLAIN}

- {L_STATUS_CONFLICT} + {L_STATUS_CONFLICT}
{conflict.DIR_PART}{conflict.FILE_PART}
@@ -36,7 +36,7 @@

{L_FILES_MODIFIED_EXPLAIN}

- {L_STATUS_MODIFIED} + {L_STATUS_MODIFIED}
{modified.DIR_PART}{modified.FILE_PART}
@@ -52,7 +52,7 @@

{L_FILES_NEW_EXPLAIN}