Skip to content

Commit

Permalink
Merge pull request #32665 from hregis/fix_20_avoid_warnings_php
Browse files Browse the repository at this point in the history
FIX avoid php warning
  • Loading branch information
eldy authored Jan 15, 2025
2 parents ac5d29a + 0a45c4c commit 8d28649
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htdocs/user/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@
accessforbidden();
}

$caneditpasswordandsee = false;
$caneditpasswordandsend = false;

// Define value to know what current user can do on properties of edited user
if ($id > 0) {
// $user is the current logged user, $id is the user we want to edit
Expand Down

0 comments on commit 8d28649

Please sign in to comment.