Changeset 1930 for trunk/system/core/Log.php
- Timestamp:
- 02/05/2008 04:35:57 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Log.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Log.php
r1898 r1930 28 28 { 29 29 // Set the log directory if it has not already been set 30 self::$log_directory = $directory;30 self::$log_directory = rtrim($directory, '/').'/'; 31 31 } 32 32 }
