summaryrefslogtreecommitdiff
path: root/program/include/rcube_template.php
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-07-30 14:26:41 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-07-30 14:26:41 +0200
commit3185f3a52404baacaef29e4ace534c97e5ddc931 (patch)
tree1b36471f9f44a73f0b3708ec4ccbb0cbee6fb7bb /program/include/rcube_template.php
parentc2d19b7f2439c250b4f6d4edca4840df2982973a (diff)
Backported default -> classic skin renaming
Diffstat (limited to 'program/include/rcube_template.php')
-rw-r--r--program/include/rcube_template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_template.php b/program/include/rcube_template.php
index 19510ce5b..24915f093 100644
--- a/program/include/rcube_template.php
+++ b/program/include/rcube_template.php
@@ -77,7 +77,7 @@ class rcube_template extends rcube_html_page
$this->set_env('x_frame_options', $this->app->config->get('x_frame_options', 'sameorigin'));
// load the correct skin (in case user-defined)
- $skin = $this->app->config->get('skin', 'default');
+ $skin = $this->app->config->get('skin');
$this->set_skin($skin);
$this->set_env('skin', $skin);