summaryrefslogtreecommitdiffstats
path: root/playlist.php
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.php')
-rw-r--r--playlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.php b/playlist.php
index 5537867e..dbe46757 100644
--- a/playlist.php
+++ b/playlist.php
@@ -120,7 +120,7 @@ switch ($action) {
case 'remove_song':
case _('Remote Selected Tracks'):
/* Check em for rights */
- if (!$playlist->has_access) {
+ if (!$playlist->has_access()) {
access_denied();
break;
}