Merge pull request #25 from raoulbhatia/fix-1488669

fix commit 68b9f365b3 (#1488669)
pull/31/head
Aleksander Machniak 12 years ago
commit e8615cf494

@ -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;
}

Loading…
Cancel
Save