We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Image edit panel
select a thumbnail, manually upload a replacement, submit.
The redirect after uploading leads to a 404 (Hopefully you can spot the issue :-)):
domain.tld/textpattern/%7B?event=image&step=image_edit&id=56}
On this line:
smd_thumbnail/smd_thumbnail.php
Line 777 in 6f54115
I removed the opening and closing {} and all was well.
{}
The text was updated successfully, but these errors were encountered:
How the hell did those braces get in there? What was I thinking when I (probably) copy n pasted them from elsewhere?
Honestly, these programmers. I dunno where they get them from. Such idiots.
Thank you for the report. Will fix.
Sorry, something went wrong.
No branches or pull requests
Image edit panel
select a thumbnail, manually upload a replacement, submit.
The redirect after uploading leads to a 404 (Hopefully you can spot the issue :-)):
domain.tld/textpattern/%7B?event=image&step=image_edit&id=56}
On this line:
smd_thumbnail/smd_thumbnail.php
Line 777 in 6f54115
I removed the opening and closing
{}
and all was well.The text was updated successfully, but these errors were encountered: