Changeset 2384


Ignore:
Timestamp:
06/05/20 12:16:00 (4 years ago)
Author:
nanardon
Message:

Fix wrong translatiion call

File:
1 edited

Legend:

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

    r2381 r2384  
    550550 
    551551    "$id" or do { 
    552         $self->log(LA_ERR, l("Cannot create %s object with empty id"), 
     552        $self->log(LA_ERR, "Cannot create %s object with empty id", 
    553553            $otype); 
    554554        return; 
Note: See TracChangeset for help on using the changeset viewer.