Skip to content

Commit

Permalink
Issue #5399 - Exclude CLI from user nav audit.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Jan 18, 2025
1 parent c90fd53 commit 61104c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class2.php
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ function systemTimeZoneIsValid($zone = '')
define('e_REFERER_SELF', false);
}

if(deftrue('USER'))
if(deftrue('USER') && !e107::isCli())
{
if (check_class(varset($pref['user_audit_class']))) // Need to note in user audit trail
{
Expand Down

0 comments on commit 61104c5

Please sign in to comment.