Changeset 291


Ignore:
Timestamp:
03/27/12 16:44:27 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix minor error log mess due to possible nonexistent %webvar key
on group update. See #25

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r290 r291  
    10061006  }
    10071007
    1008   if ($webvar{grpaction} eq 'updperms') {
     1008  if ($webvar{grpaction} && $webvar{grpaction} eq 'updperms') {
    10091009    # extra safety check;  make sure user can't construct a URL to bypass ACLs
    10101010    my %curperms;
Note: See TracChangeset for help on using the changeset viewer.