Skip to content

Query string not passed in 1.6 #2

@Battra

Description

@Battra

Hi,

I just installed this plugin in YOURLS 1.6 and the query string was not passed to the long URL. It works when I changed this line:

yourls_add_filter('redirect', 'qs_forward_redirect' );

To:

yourls_add_filter('redirect_location', 'qs_forward_redirect' );

From the list of actions & filters, it looks like there is no 'redirect' filter anymore?

Thanks!

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