[Catalyst] show_internal_actions = 1

2009-11-15 Thread Kiffin Gish
Hi there. I've enable show_internal_actions but do not see any (obvious) difference in the debug output, what is it exactly that I should be seeing? __PACKAGE__-config( name= 'I4', session = { flash_to_stash = 1 }, show_internal_actions = 0, ); Thanks alot in

Re: [Catalyst] show_internal_actions = 1

2009-11-15 Thread Jacob Helwig
On Sun, Nov 15, 2009 at 02:59, Kiffin Gish kiffin.g...@planet.nl wrote: Hi there. I've enable show_internal_actions but do not see any (obvious) difference in the debug output, what is it exactly that I should be seeing? __PACKAGE__-config(        name    = 'I4',        session = {

Re: [Catalyst] show_internal_actions = 1

2009-11-15 Thread Kiffin Gish
On Sun, 2009-11-15 at 03:07 -0800, Jacob Helwig wrote: Unless that's a typo in show_internal_actions = 0, then you probably haven't actually enabled it. I'm guessing you actually want show_internal_actions = 1. Yes that's a typo. Should be a 0, same question as before. -- Kiffin Gish

Re: [Catalyst] show_internal_actions = 1

2009-11-15 Thread Tomas Doran
On 15 Nov 2009, at 13:09, Kiffin Gish wrote: On Sun, 2009-11-15 at 03:07 -0800, Jacob Helwig wrote: Unless that's a typo in show_internal_actions = 0, then you probably haven't actually enabled it. I'm guessing you actually want show_internal_actions = 1. Yes that's a typo. Should be a 0,