diff options
-rw-r--r-- | play/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/play/index.php b/play/index.php index 0091db10..9b3374c6 100644 --- a/play/index.php +++ b/play/index.php @@ -93,7 +93,7 @@ if ( isset( $uid ) ) { if ($song->status === 'disabled') { exit; } - if ($user->access === 'disabled') { + if ($user->disabled == '1') { if (conf('debug')) { log_event($user->username,' user_disabled ',"Error $user->username is currently disabled, stream access denied"); } |