Changeset 2440


Ignore:
Timestamp:
07/20/20 19:35:15 (4 years ago)
Author:
nanardon
Message:

Fix: syntax error introduced by previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Task/Basessynchro.pm

    r2439 r2440  
    2323sub run { 
    2424    my ($self) = @_; 
    25     my $LA = $self->LA; 
     25    my $LA = $self->LA or do { 
    2626        la_log LA_ERR, "Cannot instantiate LA"; 
    2727        return 1; 
     
    5555sub reset_savepoint { 
    5656    my ($self) = @_; 
    57     my $LA = $self->LA; 
     57    my $LA = $self->LA or do { 
    5858        la_log LA_ERR, "Cannot instantiate LA"; 
    5959        return; 
Note: See TracChangeset for help on using the changeset viewer.