From f6c5afea841f8d419479cf94f6eb6ed9184b2b38 Mon Sep 17 00:00:00 2001 From: fidian Date: Thu, 24 May 2001 20:02:20 +0000 Subject: [PATCH] * That's a strange way of coding. Here, lemme help it out a bit. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1407 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/load_prefs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/load_prefs.php b/src/load_prefs.php index 8f4e3038..56404aaa 100644 --- a/src/load_prefs.php +++ b/src/load_prefs.php @@ -42,7 +42,7 @@ if (isset($chosen_theme) && $in_ary && (file_exists($chosen_theme))) { @include($chosen_theme); } else { - if (file_exists(isset($theme) && isset($theme[0]) && $theme[0]["PATH"])) { + if (isset($theme) && isset($theme[0]) && file_exists($theme[0]["PATH"])) { @include($theme[0]["PATH"]); } else { # -- 2.25.1