Просмотр исходного кода

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

Tyler Akins 24 лет назад
Родитель
Сommit
6fc607cf89
1 измененных файлов с 1 добавлено и 1 удалено
  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 {
           #