Show
Ignore:
Timestamp:
02/05/2008 04:35:57 PM (11 months ago)
Author:
armen
Message:

Fixed #374

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/core/Log.php

    r1898 r1930  
    2828                { 
    2929                        // Set the log directory if it has not already been set 
    30                         self::$log_directory = $directory; 
     30                        self::$log_directory = rtrim($directory, '/').'/'; 
    3131                } 
    3232        }