Changeset 12876
- Timestamp:
- 10/26/11 03:23:53 (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x01/core/lib/Foswiki/Store/VC/Handler.pm
r12738 r12876 578 578 sub getRevision { 579 579 my ($this) = @_; 580 if ( -e $this->{file} ) {580 if (defined $this->{file} && -e $this->{file} ) { 581 581 return ( readFile( $this, $this->{file} ), 1 ); 582 582 }
Note: See TracChangeset
for help on using the changeset viewer.
