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;
CommentFileSizeAuthor
image.original.not_.set_.patch848 bytesAnonymous (not verified)

Comments

sun’s picture

Status: Needs review » Fixed

Thanks, committed a slightly simplified version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.