I try to update with v7.x-3 beta 3, and an error appeared for each picture :
Notice : Undefined variable: original dans flickrgallery_set() (ligne 166 dans /home/citesainro/www/sites/all/modules/contrib/flickrgallery/includes/flickrgallery.pages.inc).
I'm not authorized to show the page when i click on a photo.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | undefined-variable-original-2717955-3.patch | 1.47 KB | miteshmap |
Comments
Comment #2
danjordan commentedAdded below line from 7.x-2.2 branch to define the $original variable. Seems to fix error and generate path correctly
$original = $f->buildPhotoURL($photo, 'large');Comment #3
miteshmapSorry for the late Action! Adding patch here and committing it to 7.x-3.x, Will release new tag or version later on.