summaryrefslogtreecommitdiffstats
path: root/lib/class/preference.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/preference.class.php')
-rw-r--r--lib/class/preference.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/class/preference.class.php b/lib/class/preference.class.php
index bc2e9b2e..7eb78f65 100644
--- a/lib/class/preference.class.php
+++ b/lib/class/preference.class.php
@@ -323,8 +323,8 @@ class Preference {
* become an array and boolean everythings
*/
public static function fix_preferences($results) {
- $arrays = array('auth_methods', 'tag_order', 'art_order',
- 'amazon_base_urls');
+ $arrays = array('auth_methods', 'getid3_tag_order',
+ 'metadata_order', 'art_order', 'amazon_base_urls');
foreach ($arrays as $item) {
$results[$item] = trim($results[$item])