Ignore:
Timestamp:
01/13/16 17:17:14 (8 years ago)
Author:
nanardon
Message:

Allways handle localisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Controller/Root.pm

    r1632 r1633  
    3030} 
    3131 
    32 sub begin : Private { 
     32sub auto : Private { 
    3333    my ( $self, $c ) = @_; 
    3434 
     
    4040    POSIX::setlocale(POSIX::LC_ALL, $locale); 
    4141    $c->languages($locale ? [ $locale ] : ''); 
     42} 
     43 
     44sub begin : Private { 
     45    my ( $self, $c ) = @_; 
    4246 
    4347    if ($c->user_exists) { 
Note: See TracChangeset for help on using the changeset viewer.