diff options
Diffstat (limited to '')
-rw-r--r-- | include/functions_user.inc.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php index be8962e09..63925cfd8 100644 --- a/include/functions_user.inc.php +++ b/include/functions_user.inc.php @@ -930,10 +930,7 @@ function get_default_theme() $active_themes = get_pwg_themes(); foreach (array_keys(get_pwg_themes()) as $theme_id) { - if (check_theme_installed($theme_id)) - { - return $theme_id; - } + return $theme_id; } } |