Changeset 2140

Show
Ignore:
Timestamp:
02/22/2008 12:51:43 PM (11 months ago)
Author:
Shadowhand
Message:

Fixing a bug introduced in r2138.

Files:
1 modified

Legend:

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

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