Skip to content

Kohana Redirects #1

@Webthink

Description

@Webthink

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions