Field Slideshow currently generates URLs with two query string seperators (?) on Drupal 7.20 installations when slideshow uses an image style.
Wrong Path:
FILESDIR/styles/STYLENAME/public/filename.png?itok=7-20-TOKEN?slideshow=true&slideshowAuto=false&...
Correct Path:
FILESDIR/styles/STYLENAME/public/filename.png?itok=7-20-TOKEN&slideshow=true&slideshowAuto=false&...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | field-slideshow-7-20-fix.patch | 1.4 KB | znerol |
Comments
Comment #1
znerol commentedPatch attached
Comment #2
idflood commentedHi,
Thanks a lot. Committed and pushed: http://drupalcode.org/project/field_slideshow.git/commitdiff/a9465d0bbba...
There will be as soon as possible a 7.x-1.82 version with this fix : )