From f61a2d58eb84202364b764036cf77c9f845dce71 Mon Sep 17 00:00:00 2001 From: catch Date: Thu, 28 Nov 2019 13:09:23 +0000 Subject: [PATCH] Issue #3092595 by imclean: Deprecated temp file path message missing closing code element (cherry picked from commit c85e3f77b8001d0ecf4af2d66dab1cf1807c5283) --- core/modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/system.install b/core/modules/system/system.install index e0f57178a312..daf78612ee00 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -558,7 +558,7 @@ function system_requirements($phase) { } else { $requirements['temp_directory']['description'][] = [ - '#markup' => t('Remove the configuration and add the following to settings.php. $settings["file_temp_path"] = "%temp_path"', ['%temp_path' => $temp_path]), + '#markup' => t('Remove the configuration and add the following to settings.php. $settings["file_temp_path"] = "%temp_path"', ['%temp_path' => $temp_path]), '#suffix' => ' ', ]; }