Changeset 13811 for trunk/core/lib/Foswiki/Users/HtPasswdUser.pm
- Timestamp:
- 01/24/12 09:31:40 (4 months ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/Users/HtPasswdUser.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Users/HtPasswdUser.pm
r13796 r13811 163 163 164 164 # We expect the path to exist and be writable. 165 return 0 if ( -e $path && -f $path && -w $path);165 return 0 if ( -e $path && -f _ && -w _ ); 166 166 167 167 # Otherwise, log a problem. … … 228 228 && -e $Foswiki::cfg{Htpasswd}{FileName} ) 229 229 { 230 my $fileTime = ( stat( $Foswiki::cfg{Htpasswd}{FileName}) )[9];230 my $fileTime = ( stat(_) )[9]; 231 231 $this->ClearCache() 232 232 if ( $fileTime > $this->PasswordTimestamp() );
Note: See TracChangeset
for help on using the changeset viewer.
