summaryrefslogtreecommitdiffstats
path: root/lib/class/access.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-11-15 20:49:08 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-11-15 20:49:08 +0000
commit0d0f8c23f44af61211c40087cfeda80dbf254e71 (patch)
tree3ae563e43e2739f53341f5ae4b7f9c1b8ffcd16a /lib/class/access.class.php
parente25d057b5c86d750d942b7a1691c5fdc5024bbfa (diff)
downloadampache-0d0f8c23f44af61211c40087cfeda80dbf254e71.tar.gz
ampache-0d0f8c23f44af61211c40087cfeda80dbf254e71.tar.bz2
ampache-0d0f8c23f44af61211c40087cfeda80dbf254e71.zip
more cleanup, added numeric values of ratings to the song xml return
Diffstat (limited to 'lib/class/access.class.php')
-rw-r--r--lib/class/access.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/access.class.php b/lib/class/access.class.php
index 0182a45d..006bfb2c 100644
--- a/lib/class/access.class.php
+++ b/lib/class/access.class.php
@@ -165,7 +165,7 @@ class Access {
* and then returns true or false if they have access to this
* the IP is passed as a dotted quad
*/
- public static function check_network($type,$ip='',$user,$level,$key='') {
+ public static function check_network($type,$user,$level,$ip='',$key='') {
if (!Config::get('access_control')) {
switch ($type) {