added default fontpath for windows. Ticket #3316.

(cherry picked from commit 7dbc641404)
This commit is contained in:
Daniel Maya 2016-08-26 12:38:30 +02:00
parent 8dc302d313
commit e956b90a1e
1 changed files with 2 additions and 1 deletions

View File

@ -977,8 +977,9 @@ function config_process_config () {
if (!isset ($config['fontpath'])) {
$home = str_replace('\\', '/', $config['homedir'] );
config_update_value('fontpath',
$config['homedir'] . '/include/fonts/smallfont.ttf');
$home . '/include/fonts/smallfont.ttf');
}
if (!isset ($config['style'])) {