Ignore:
Timestamp:
01/24/12 09:31:53 (4 months ago)
Author:
OlivierRaginel
Message:

Item11458: perltidy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/Users/ApacheHtpasswdUser.pm

    r13811 r13812  
    125125 
    126126    # Otherwise, log a problem. 
    127     $this->{session}->logger->log( 
    128         'warning', 
    129         'The password file does not exist or cannot be written.' . 
    130         'Run =configure= and check the setting of {Htpasswd}{FileName}.' . 
    131         ' New user registration has been disabled until this is corrected.'); 
     127    $this->{session}->logger->log( 'warning', 
     128            'The password file does not exist or cannot be written.' 
     129          . 'Run =configure= and check the setting of {Htpasswd}{FileName}.' 
     130          . ' New user registration has been disabled until this is corrected.' 
     131    ); 
     132 
    132133    # And disable registration (and password changes) 
    133134    $Foswiki::cfg{Register}{EnableNewUserRegistration} = 0; 
Note: See TracChangeset for help on using the changeset viewer.