Changeset 381 for LATMOS-Accounts


Ignore:
Timestamp:
08/21/09 12:53:10 (15 years ago)
Author:
nanardon
Message:
  • fix base call introduce by previous commit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Ldap/User.pm

    r380 r381  
    150150                my $mesg = $group->{entry}->update($base->ldap); 
    151151                if ($mesg->code) { 
    152                     $self->base->log(LA_ERR, "Cannot set attributes: %s", $mesg->error); 
     152                    $base->log(LA_ERR, "Cannot set attributes: %s", $mesg->error); 
    153153                    return; 
    154154                } 
Note: See TracChangeset for help on using the changeset viewer.