Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query string not passed in 1.6 #2

Open
Battra opened this issue May 18, 2013 · 3 comments
Open

Query string not passed in 1.6 #2

Battra opened this issue May 18, 2013 · 3 comments

Comments

@Battra
Copy link

Battra commented May 18, 2013

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!

@itailulu
Copy link

I can confirm what Battra said. you should change it ASAP.

@hapheus
Copy link

hapheus commented Jan 19, 2015

We are using yourls 1.7 and it doesn't work. Neither using this quick fix. :(

@curtisgibby
Copy link

I can confirm @Battra's fix working in 1.7 -- don't know what problem @hapheus had with it. Please update the plugin accordingly (even just by merging the PR #3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants