I kinda wanted someone to check it out first, but that's cool. There was already a ticket (closed) so I reopened with my comments.
On 9/2/07, Grant Cox <[EMAIL PROTECTED]> wrote: > > > If you find a potential bug, post a ticket on https://trac.cakephp.org > > > On Sep 2, 1:26 am, Baz L <[EMAIL PROTECTED]> wrote: > > Since this has been ignored for a while, I guess a lot of people don't > > really care for it much, but I do. I noticed that when I went to cake > > 1.2 it just died. > > > > Here's how I fixed it: > > > > Opened this file: cake\libs\view\templates\elements\dump.ctp > > > > changed: > > <?php print_r($this->controller); ?> > > > > to > > > > <?php print_r($this); ?> > > > > Opened this file: cake\libs\view\view.php > > > > changed: > > if (Configure::read() > 2 && $this->controller != null) { > > > > to > > > > if (Configure::read() > 2 && $this != null) { > > > > I guess from cake 1.2 we no longer populate $this->controller? > > > > Could one of the developers confirm this so that (if it's correct) we > > can get it into the next version? > > > > Thanks: > > -- > > Baz L > > Web Development 2.0: Web Design, CakePHP, > Javascripthttp://www.WebDevelopment2.com/ > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
