Install: Fix double slash in paths for web fonts

pull/3446/head
Angel Fernando Quiroz Campos 5 years ago
parent 615f2c7ea3
commit f15a0dd85c
  1. 2
      main/inc/global_error_message.inc.php

@ -78,7 +78,7 @@ if (is_int($global_error_code) && $global_error_code > 0) {
}
}
$css_def = str_replace("themes/$theme/", "$css_web_path/themes/$theme/", $css_def);
$css_def = str_replace("themes/$theme/", $css_web_path."themes/$theme/", $css_def);
$global_error_message = [];

Loading…
Cancel
Save