diff --git a/libraries/common.lib.php b/libraries/common.lib.php index b745f00b0..5f5715a2c 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -306,7 +306,7 @@ if (!isset($_COOKIE['pma_theme']) || empty($_COOKIE['pma_theme'])){ $tmp_theme_mainpath = './' . $cfg['ThemePath']; $tmp_theme_fullpath = './' . $cfg['ThemePath'] . '/' .$cfg['ThemeDefault']; if (@is_dir($tmp_theme_mainpath)) { - if (isset($cfg['ThemeDefault']) && $cfg['ThemeDefault']!='original' && @is_dir($tmp_theme_fullpath)) { + if (isset($cfg['ThemeDefault']) && @is_dir($tmp_theme_fullpath)) { $ThemeDefaultOk = TRUE; } }