Browse Source

* That's a strange way of coding. Here, lemme help it out a bit.

Tyler Akins 24 years ago
parent
commit
6fc607cf89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/load_prefs.php

+ 1 - 1
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 {
           #