Changeset 2142
- Timestamp:
- 02/22/2008 01:00:46 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Kohana.php
r2140 r2142 781 781 782 782 // Extract the main group from the key 783 $group = explode('.', $key );783 $group = explode('.', $key, 2); 784 784 $group = $group[0]; 785 785
