Hello bakers -
I've been getting my apps moved over to the new 1.2.0.5875 pre-beta.
All seems to be well: great work cake dev team!
However, in Shell class, the Configure::read() does not seems to be
functioning properly as it returns 1 no matter what the value is set
to in core.php. It seems to read all other values correctly. Bug, or
am I missing something?
class UtilShell extends Shell {
function test() {
$this->out('Debug: '.Configure::read('debug'));
}
}
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---