summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-09-04 05:42:13 -0700
committerAleksander Machniak <alec@alec.pl>2012-09-04 05:42:13 -0700
commite8615cf494302f80aa9e8a36a280aa5cb8e3742a (patch)
treee4f9ae1b9c5abb0537da8bc7dc5fd583dfd9a09b
parent524d738fd2d6d466f028277d7fa29c16ac25bdc8 (diff)
parenta575360968fdf8d5f741c417cecf86651c5b3a41 (diff)
Merge pull request #25 from raoulbhatia/fix-1488669
fix commit 68b9f365b38fe68848eedf81a9eaad7810f51b0b (#1488669)
-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 9344e107d..79b3124b9 100644
--- a/program/include/rcube_template.php
+++ b/program/include/rcube_template.php
@@ -158,7 +158,7 @@ class rcube_template extends rcube_html_page
$valid = true;
}
else {
- $skin_path = $this->config['skin_path'] ? $this->config['skin_path'] : rcube_config::DEFAULT_SKIN;
+ $skin_path = $this->config['skin_path'] ? $this->config['skin_path'] : 'skins/'.rcube_config::DEFAULT_SKIN;
$valid = !$skin;
}