Changeset 7747 for trunk/src/inc


Ignore:
Timestamp:
Apr 14, 2010, 9:22:23 AM (15 years ago)
Author:
ddboer
Message:

small error fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/inc/LogHandler.class.php

    r7746 r7747  
    9393                               
    9494                                //Check if the file can be opened
    95                                   if (!$handle = fopen($filename, 'a')) {
     95                                  if (!$handle = fopen($filename, 'w')) {
    9696                                         echo "Cannot open file ($filename)";
    9797                                         exit;
Note: See TracChangeset for help on using the changeset viewer.