From f03cbc7b1a2b2e47bd8283dd8a6317c1c6ba1df8 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Fri, 15 Apr 2016 18:39:12 -0600 Subject: [PATCH] Fix the install path for the redirect. --- themes/default/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/template.php b/themes/default/template.php index 4c8ed6e89c..558d15a5f8 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -2132,7 +2132,7 @@ case 'inline': $logo_align = ($_SESSION['theme']['logo_align']['text'] != '') ? $_SESSION['theme']['logo_align']['text'] : 'left'; echo str_replace("center", $logo_align, $open_container); - if ($_SERVER['PHP_SELF'] != PROJECT_PATH."/resources/install.php") { + if ($_SERVER['PHP_SELF'] != PROJECT_PATH."/core/install/install.php") { $logo = ($_SESSION['theme']['logo']['text'] != '') ? $_SESSION['theme']['logo']['text'] : PROJECT_PATH."/themes/default/images/logo.png"; echo ""; }