Changeset 2142

Show
Ignore:
Timestamp:
02/22/2008 01:00:46 PM (11 months ago)
Author:
Shadowhand
Message:

Follow up to r2140, this would be the proper optimization.

Files:
1 modified

Legend:

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

    r2140 r2142  
    781781 
    782782                // Extract the main group from the key 
    783                 $group = explode('.', $key); 
     783                $group = explode('.', $key, 2); 
    784784                $group = $group[0]; 
    785785