Skip to content

Commit

Permalink
missing dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannon authored May 9, 2024
1 parent 4bb8a57 commit a431e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss_unapproved.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
if ( access_is_enabled() ) {
if ( ! access_user_calendar ( 'approve', $user ) ) {
// not allowed
$user = login;
$user = $login;
}
} else if ( ! $is_admin && $user != $login && ! $is_assistant &&
! access_is_enabled() ) {
Expand Down

0 comments on commit a431e4b

Please sign in to comment.