Skip to content

Commit

Permalink
QA: Minor fixup to #5732
Browse files Browse the repository at this point in the history
Wrong variable use.
  • Loading branch information
TheWitness committed Apr 19, 2024
1 parent 52de9d6 commit 78830c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/auth.php
Expand Up @@ -98,7 +98,7 @@
if (cacti_sizeof($current_user)) {
$_SESSION['sess_user_id'] = $current_user['id'];;

cacti_log("LOGIN: User '" . $user['username'] . "' authenticated via Basic Authentication.", false, 'AUTH');
cacti_log("LOGIN: User '" . $current_user['username'] . "' authenticated via Basic Authentication.", false, 'AUTH');

$client_addr = get_client_addr();

Expand Down

0 comments on commit 78830c6

Please sign in to comment.