Closed (fixed)
Project:
Image
Version:
6.x-1.x-dev
Component:
image.module
Priority:
Normal
Category:
Bug report
Reporter:
Anonymous (not verified)
Created:
19 Jan 2009 at 22:06 UTC
Updated:
21 Sep 2021 at 20:41 UTC
simple patch, just getting rid of a notice, was trying to setup a gallery to work on #61704: setting up Custom Pagers to allow browsing next/previous image in gallery.
+ // Its possible there was an error creating the image, so don't assume
+ // IMAGE_ORIGINAL is set.
+ $original_path = isset($node->images[IMAGE_ORIGINAL]) ? $node->images[IMAGE_ORIGINAL] : NULL;
| Comment | File | Size | Author |
|---|---|---|---|
| image.original.not_.set_.patch | 848 bytes | Anonymous (not verified) |
Comments
Comment #1
sunThanks, committed a slightly simplified version.