Changeset 10964
- Timestamp:
- 08/19/08 20:33:50 (11 months ago)
- Files:
-
- branches/1.0/lib/log/sfLogger/sfFileLogger.class.php (modified) (1 diff)
- branches/1.1/lib/log/sfFileLogger.class.php (modified) (1 diff)
- branches/1.2/lib/log/sfFileLogger.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/log/sfLogger/sfFileLogger.class.php
r6432 r10964 74 74 public function shutdown() 75 75 { 76 if ( $this->fp)76 if (is_resource($this->fp)) 77 77 { 78 78 fclose($this->fp); branches/1.1/lib/log/sfFileLogger.class.php
r9081 r10964 121 121 public function shutdown() 122 122 { 123 if ( $this->fp)123 if (is_resource($this->fp)) 124 124 { 125 125 fclose($this->fp); branches/1.2/lib/log/sfFileLogger.class.php
r9081 r10964 121 121 public function shutdown() 122 122 { 123 if ( $this->fp)123 if (is_resource($this->fp)) 124 124 { 125 125 fclose($this->fp);

