-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Messages that occur before a redirect are never displayed and messages that occur on pages after a redirect are displayed twice.
so if we have
//controller 1
fire::log("redirecting");
Request::instance()->redirect('controller2');
//controller 2
fire:log("now we're here");
you'll see "now we're here" twice.
Maybe this an inherent problem with the way firePHP is tied to request headers? I thought I would bring it to your attention anyway.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels