Changeset 7795
- Timestamp:
- Apr 16, 2010, 4:50:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/inc/FileHandler.class.php
r7781 r7795 60 60 61 61 try { 62 $file->write($file,$this->$data); 62 63 64 fwrite($this->handle, $data); 65 66 63 67 } catch (Exception $err) { 64 68 trigger_log(SYSLOG_ERR, 'Couldn\'t write to file "' . $this->filename . '"', __FILE__, __LINE__);
Note:
See TracChangeset
for help on using the changeset viewer.