* That's a strange way of coding. Here, lemme help it out a bit.
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 24 May 2001 20:02:20 +0000 (20:02 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 24 May 2001 20:02:20 +0000 (20:02 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1407 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/load_prefs.php

index 8f4e3038939a51fce595725725a770b0c37fc133..56404aaa8aac1ed51b9ba475f6497c2c3a932484 100644 (file)
@@ -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 {
           #