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

unsubscribe.php and white page (no error) #4178

Closed
Jimmi08 opened this issue May 26, 2020 · 0 comments
Closed

unsubscribe.php and white page (no error) #4178

Jimmi08 opened this issue May 26, 2020 · 0 comments
Labels
type: question An ask about behavior that is not found documented anywhere
Milestone

Comments

@Jimmi08
Copy link
Contributor

Jimmi08 commented May 26, 2020

I am doing some testing and while displaying unsubscribe.php, the result was a white/empty page, but there is already a function for displaying the message about the wrong URL.

The reason is:

		if(empty($_GET['id']))
		{
			return;	       
		}


Is this intention or there is a missing line before return?
$this->invalidURL();

Thanks

@Jimmi08 Jimmi08 added the type: question An ask about behavior that is not found documented anywhere label May 26, 2020
@CaMer0n CaMer0n added this to the e107 2.3.0 milestone May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question An ask about behavior that is not found documented anywhere
Projects
None yet
Development

No branches or pull requests

2 participants