Fix issue with broken CSS theme selector in user profile - refs BT#9413

1.10.x
Yannick Warnier 10 years ago
parent a4156db958
commit 63e91d3718
  1. 2
      main/inc/lib/api.lib.php

@ -4271,7 +4271,7 @@ function api_get_visual_theme() {
* Note: Directory names (names of themes) in the file system should contain ASCII-characters only.
*/
function api_get_themes() {
$cssdir = api_get_path(SYS_CSS_PATH);
$cssdir = api_get_path(SYS_CSS_PATH) . 'themes/';
$list_dir = array();
$list_name = array();

Loading…
Cancel
Save