Ticket #404 (closed Bug: fixed)
config::set bug ?
| Reported by: | stach | Owned by: | Shadowhand |
|---|---|---|---|
| Priority: | trivial | Milestone: | 2.1.2 |
| Component: | Core | Version: | SVN HEAD |
| Keywords: | Cc: |
Description
I can't use Config::set
I change code
foreach($keys as $i => $k)
{
/* //delete this?
if ( ! isset($conf[$k]))
return FALSE;
*/
if ($i === $last)
{
$conf[$k] = $value;
}
else
{
$conf =& $conf[$k];
}
}
and it is OK :)
Change History
Note: See
TracTickets for help on using
tickets.
