Ignore:
Timestamp:
01/04/17 02:39:08 (8 years ago)
Author:
nanardon
Message:

Avoid some perl warning

File:
1 edited

Legend:

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

    r1907 r1909  
    192192sub _derefObject { 
    193193    my ($self, $otype, $oalias) = @_; 
     194    $oalias or return; 
    194195    if (my ($aliasotype, $aliasoname, $aliasattr) = $oalias =~ m/^([^\/]+)\.([^\.]+)\.(.*)$/) { 
    195196        my $attribute = $self->attribute($aliasotype, $aliasattr) or do { 
Note: See TracChangeset for help on using the changeset viewer.