
jacob.helwig at gmail
Nov 15, 2009, 3:07 AM
Post #2 of 4
(786 views)
Permalink
|
On Sun, Nov 15, 2009 at 02:59, Kiffin Gish <kiffin.gish [at] planet> 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 => { flash_to_stash => 1 }, > show_internal_actions => 0, > ); > > Thanks alot in advance, > Kiffin > > -- > Kiffin Gish <Kiffin.Gish [at] planet> > Gouda, The Netherlands > 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". _______________________________________________ List: Catalyst [at] lists Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst [at] lists/ Dev site: http://dev.catalyst.perl.org/
|