Ignore:
Timestamp:
06/25/15 15:38:44 (9 years ago)
Author:
nanardon
Message:

Fix id information into Unix base

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Objects.pm

    r1351 r1357  
    7979    my $pclass = $base->_load_obj_class($otype) or return; 
    8080    my $newobj = "$pclass"->new($base, $id, @args) or return; 
     81 
    8182    $newobj->{_base} = $base; 
    8283    $newobj->{_type} = lc($otype); 
    8384    $newobj->{_id} ||= $id; 
     85 
    8486    return $newobj; 
    8587} 
Note: See TracChangeset for help on using the changeset viewer.