Notice: Undefined index: rotate node_gallery_api_manage_items_submit() függvényben (/sites/all/modules/contrib/node_gallery/node_gallery_api.pages.inc row 380
If i can provide more info just let me know.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | node_gallery-undefined_index_rotate-1961732.patch | 573 bytes | siltaar |
Comments
Comment #1
stinky commentedSubscribe. I'm getting the same message:
Notice: Undefined index: rotate in node_gallery_api_manage_items_submit() (line 380 of /content/jukebox/project_jukebox/sites/all/modules/node_gallery/node_gallery_api.pages.inc).
Comment #2
marcus178 commentedI get the same error when image rotation is turned off.
Comment #3
misthero commentedchange line 380
from:
if ($form_values['rotate']) {
to:
if (isset($form_values['rotate']) && $form_values['rotate']) {
Comment #4
siltaar commentedThe fix in form of patch to close the issue.
Comment #5
siltaar commentedComment #6
zengenuity commentedPatches should be marked as needs review until I can review and commit. Will try to do that this week.
Comment #7
siltaar commentedUnderstood
Comment #9
zengenuity commented