Changeset 66


Ignore:
Timestamp:
03/17/09 23:13:20 (15 years ago)
Author:
nanardon
Message:
  • avoid an undef warning, anyway, access w/o password is denied
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Vote/Model/Vote.pm

    r65 r66  
    494494 
    495495    $vinfo->{password} or return; 
     496    $passwd or return; 
    496497    if (crypt($passwd, $vinfo->{password} || '') eq $vinfo->{password}) { 
    497498        return 1; 
Note: See TracChangeset for help on using the changeset viewer.