Changeset 3169

Show
Ignore:
Timestamp:
07/20/2008 08:54:50 PM (4 months ago)
Author:
Shadowhand
Message:

Oops, nice catch Mantra.

Files:
1 modified

Legend:

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

    r3168 r3169  
    12181218                $group = $group[0]; 
    12191219 
     1220                // Get locale name 
     1221                $locale = Kohana::config('locale.language.0'); 
     1222 
    12201223                if ( ! isset(self::$internal_cache['language'][$group])) 
    12211224                { 
    1222                         // Get locale name 
    1223                         $locale = Kohana::config('locale.language.0'); 
    1224  
    12251225                        // Messages for this group 
    12261226                        $messages = array();