Changeset 3187

Show
Ignore:
Timestamp:
07/22/2008 09:20:33 AM (4 months ago)
Author:
Shadowhand
Message:

Comments is as comments are.

Files:
1 modified

Legend:

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

    r3169 r3187  
    423423                        throw new Kohana_Exception('core.config_set_disabled'); 
    424424 
    425                 // Empty keys and core.allow_set cannot be set 
     425                // No not allow changing allow_config_set at runtime 
    426426                if ($key === 'core.allow_config_set') 
    427427                        return FALSE;