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

Warning in the manual crop window #48

Open
systemaddict opened this issue Dec 2, 2015 · 0 comments
Open

Warning in the manual crop window #48

systemaddict opened this issue Dec 2, 2015 · 0 comments

Comments

@systemaddict
Copy link

Notice: Undefined index: size in /home/digoutco/site4_html/wp-content/plugins/manual-image-crop/lib/ManualImageCropEditorWindow.php on line 39

@1ucay
Copy link

1ucay commented Feb 24, 2016

same error in my debug

@1ucay
Copy link

1ucay commented Feb 24, 2016

fix

$editedSize = ( isset($_GET['size']) && in_array($_GET['size'], $imageSizes) ) ? $_GET['size'] : null;

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

2 participants