Changeset 7795


Ignore:
Timestamp:
Apr 16, 2010, 4:50:24 PM (15 years ago)
Author:
ddboer
Message:

write function works now.

File:
1 edited

Legend:

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

    r7781 r7795  
    6060
    6161                try {
    62                         $file->write($file,$this->$data);
     62                       
     63                       
     64                        fwrite($this->handle, $data);
     65
     66                       
    6367                } catch (Exception $err) {
    6468                        trigger_log(SYSLOG_ERR, 'Couldn\'t write to file "' . $this->filename . '"', __FILE__, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.