Changeset 3187
- Timestamp:
- 07/22/2008 09:20:33 AM (4 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Kohana.php
r3169 r3187 423 423 throw new Kohana_Exception('core.config_set_disabled'); 424 424 425 // Empty keys and core.allow_set cannot be set425 // No not allow changing allow_config_set at runtime 426 426 if ($key === 'core.allow_config_set') 427 427 return FALSE;
