Changeset 3169
- Timestamp:
- 07/20/2008 08:54:50 PM (4 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Kohana.php
r3168 r3169 1218 1218 $group = $group[0]; 1219 1219 1220 // Get locale name 1221 $locale = Kohana::config('locale.language.0'); 1222 1220 1223 if ( ! isset(self::$internal_cache['language'][$group])) 1221 1224 { 1222 // Get locale name1223 $locale = Kohana::config('locale.language.0');1224 1225 1225 // Messages for this group 1226 1226 $messages = array();
