1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 10:49:37 +02:00

Set fresh theme to default value into SQL script.

This commit is contained in:
SUTJael 2013-11-12 10:36:35 +01:00
parent 2d172767f9
commit 41417ef720
2 changed files with 4 additions and 4 deletions

View file

@ -430,8 +430,8 @@ class Preference {
if (strlen($results['theme_name']) > 0) {
$results['theme_path'] = '/themes/' . $results['theme_name'];
}
// Default to the classic theme if we don't get anything from their
// preferenecs because we're going to want at least something otherwise
// Default to the fresh theme if we don't get anything from their
// preferences because we're going to want at least something otherwise
// the page is going to be really ugly
else {
$results['theme_path'] = '/themes/fresh';