Changeset 535


Ignore:
Timestamp:
10/28/09 13:28:51 (15 years ago)
Author:
nanardon
Message:
  • use correct variable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Synchro.pm

    r532 r535  
    181181        foreach my $ba (@concerned_bases) { 
    182182            foreach ($ba->list_objects($otype)) { 
    183                 $_->sync_object_from($self->from, $otype, $_, %options) 
     183                $ba->sync_object_from($self->from, $otype, $_, %options) 
    184184                    if(!$existing{$_}); 
    185185            } 
Note: See TracChangeset for help on using the changeset viewer.