Skip to content

Commit

Permalink
unneeded parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannon committed Jul 12, 2024
1 parent 57752c8 commit 675238c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|| ( ! empty( $user ) && ! access_user_calendar( 'view', $user ) ) )
send_to_preferred_view();

load_user_layers ( ( $user != $login ) && $is_nonuser_admin ? $user : '' );
load_user_layers ( $user != $login && $is_nonuser_admin ? $user : '' );
load_user_categories();

$nextYmd =
Expand Down

0 comments on commit 675238c

Please sign in to comment.