Ignore:
Timestamp:
06/03/20 13:04:09 (4 years ago)
Author:
nanardon
Message:

Fix ACL, replace $ROOT by @ROOT: '$' has special meaning here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Acls/Acl.pm

    r2347 r2381  
    108108            return $u->{$perm}; 
    109109        # not login 
    110         } elsif (lc($u->{user}) eq '@anonymous' && $who eq "") { 
     110        } elsif (lc($u->{user}) eq '@anonymous' && $who eq '') { 
    111111            return $u->{$perm}; 
    112112        } 
Note: See TracChangeset for help on using the changeset viewer.