diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-11-03 09:05:47 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-11-03 09:05:47 +0000 |
commit | e33a8f344db0ad93dc0a8f98aaeda95ac4f3ac0f (patch) | |
tree | 06efd6fcffc38457f60dba8db705406a169ca86c /lib/class/browse.class.php | |
parent | 0a08d312b72650162b1ef58cb1068634b7552964 (diff) | |
download | ampache-e33a8f344db0ad93dc0a8f98aaeda95ac4f3ac0f.tar.gz ampache-e33a8f344db0ad93dc0a8f98aaeda95ac4f3ac0f.tar.bz2 ampache-e33a8f344db0ad93dc0a8f98aaeda95ac4f3ac0f.zip |
no real progress, just saving my work
Diffstat (limited to 'lib/class/browse.class.php')
-rw-r--r-- | lib/class/browse.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php index 36f05597..9ea8b6fa 100644 --- a/lib/class/browse.class.php +++ b/lib/class/browse.class.php @@ -73,7 +73,7 @@ class Browse { $_SESSION['browse']['filter'][self::$type][$key] = 1; } break; - case 'tag': + case 'tag': if (is_array($value)) { $_SESSION['browse']['filter'][self::$type][$key] = $value; } |