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