Skip to content

Commit

Permalink
Item413: misinterpreted a piece of code perlciritc noticed; a good re…
Browse files Browse the repository at this point in the history
…ason for perlcritic

git-svn-id: http://svn.foswiki.org/trunk@1500 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Dec 21, 2008
1 parent 46d0004 commit 997864a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/UI/Statistics.pm
Expand Up @@ -105,7 +105,7 @@ sub statistics {
or throw Error::Simple( 'Cannot backup log file: ' . $! );

my $TMPFILE = new IO::File;
open( $TMPFILE, '>', $tmpFilename )
open( $TMPFILE, '<', $tmpFilename )
or throw Error::Simple( 'Cannot open backup file: ' . $! );

# Do a single data collection pass on the temporary copy of logfile,
Expand Down

0 comments on commit 997864a

Please sign in to comment.