Show
Ignore:
Timestamp:
02/15/2008 08:18:16 AM (11 months ago)
Author:
Shadowhand
Message:

Allow setting config keys that are not already set. Fixes #404, thanks stach.

Files:
1 modified

Legend:

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

    r1694 r2054  
    100100                foreach($keys as $i => $k) 
    101101                { 
    102                         if ( ! isset($conf[$k])) 
    103                                 return FALSE; 
    104  
    105102                        if ($i === $last) 
    106103                        {