summaryrefslogtreecommitdiffstats
path: root/lib/class/browse.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-17 15:07:22 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-17 15:07:22 +0000
commitb6a7f890d97b88a6dfbcc48d883132e9be44cfda (patch)
treea16d4460c058446df03e94f79ceee6a422528ed7 /lib/class/browse.class.php
parent8448a0fc84ba25e6fd949b8162e3d1c96948d808 (diff)
downloadampache-b6a7f890d97b88a6dfbcc48d883132e9be44cfda.tar.gz
ampache-b6a7f890d97b88a6dfbcc48d883132e9be44cfda.tar.bz2
ampache-b6a7f890d97b88a6dfbcc48d883132e9be44cfda.zip
fixed typo preventing deletion of users
Diffstat (limited to 'lib/class/browse.class.php')
-rw-r--r--lib/class/browse.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php
index 2767b749..d74d2514 100644
--- a/lib/class/browse.class.php
+++ b/lib/class/browse.class.php
@@ -169,7 +169,7 @@ class Browse {
$valid_array = array('name','year');
break;
case 'playlist':
- $valid_array = array('name');
+ $valid_array = array('name','user');
break;
case 'live_stream':
$valid_array = array('name','call_sign','frequency');