Changeset 1392


Ignore:
Timestamp:
08/18/15 12:29:47 (9 years ago)
Author:
nanardon
Message:

Fix deref.

File:
1 edited

Legend:

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

    r1385 r1392  
    375375                                    'revaliases', 
    376376                                    $self->object->id, as => $data, 
    377                                     'exported' => ($self->get_attributes('exported') || 0), 
     377                                    'exported' => ($self->object->get_attributes('exported') || 0), 
    378378                                    description => 'automatically created for ' . $self->object->id, 
    379379                                )) { 
Note: See TracChangeset for help on using the changeset viewer.