summaryrefslogtreecommitdiffstats
path: root/apps/media
diff options
context:
space:
mode:
Diffstat (limited to 'apps/media')
-rwxr-xr-x[-rw-r--r--]apps/media/tomahawk.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/media/tomahawk.php b/apps/media/tomahawk.php
index 019e80b0f24..f3f3fd1c2d4 100644..100755
--- a/apps/media/tomahawk.php
+++ b/apps/media/tomahawk.php
@@ -29,7 +29,7 @@ require_once(OC::$APPSROOT . '/apps/media/lib_collection.php');
$user=isset($_POST['user'])?$_POST['user']:'';
$pass=isset($_POST['pass'])?$_POST['pass']:'';
-if(OC_User::checkPassword($user,$pass)){
+if(OCP\User::checkPassword($user,$pass)){
OC_Util::setupFS($user);
OC_MEDIA_COLLECTION::$uid=$user;
}else{