diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-08-09 21:56:00 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-08-09 21:56:00 +0200 |
commit | aff970b5d3c71d3422852e49dbfcdbf5c8e8bbe0 (patch) | |
tree | f7e56b30d6008d15bad3b55dcd25fc238cc6d961 /program/include/rcube_output_html.php | |
parent | 23557f06d13f121a8483376dad1604eb30711a88 (diff) |
Replace some forgotten references to skins/default (#1488591)
Diffstat (limited to 'program/include/rcube_output_html.php')
-rw-r--r-- | program/include/rcube_output_html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_output_html.php b/program/include/rcube_output_html.php index 3bc93db53..30512d227 100644 --- a/program/include/rcube_output_html.php +++ b/program/include/rcube_output_html.php @@ -149,7 +149,7 @@ class rcube_output_html extends rcube_output else { $skin_path = $this->config->get('skin_path'); if (!$skin_path) { - $skin_path = 'skins/default'; + $skin_path = 'skins/' . rcube_config::DEFAULT_SKIN; } $valid = !$skin; } |