diff --git a/.gitignore b/.gitignore index 69f93652be..6972ca1516 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ # Excludes test / dev files /phpunit.xml +/.phpunit.result.cache /phpBB/composer.phar /tests/phpbb_unit_tests.sqlite* /tests/test_config*.php diff --git a/phpBB/adm/style/acp_storage.html b/phpBB/adm/style/acp_storage.html index 3886f006d1..86c9298828 100644 --- a/phpBB/adm/style/acp_storage.html +++ b/phpBB/adm/style/acp_storage.html @@ -16,31 +16,32 @@
- {% for storage in STORAGE_STATS %} -{{ ERROR_MSG }}
+ {% for ERROR_MESSAGE in ERROR_MESSAGES %} +{{ ERROR_MESSAGE }}
+ {% endfor %}