schenk / responsive-flickr-gallery

Responsive galleries from your Flickr photos for your WordPress site.
http://wordpress.org/plugins/responsive-flickr-gallery/
GNU General Public License v3.0
1 stars 4 forks source link

Indexing error in license validation code. #21

Closed michaelsproul closed 9 years ago

michaelsproul commented 9 years ago

I don't know PHP, but I'm pretty sure there's something wrong with the license validation code. I get the following message printed on my site's photo page:

Notice: Undefined offset: 3 in /srv/http/wp-content/plugins/responsive-flickr-gallery/index.php on line 147

Notice: Undefined offset: 2 in /srv/http/wp-content/plugins/responsive-flickr-gallery/index.php on line 147

Notice: Undefined offset: 1 in /srv/http/wp-content/plugins/responsive-flickr-gallery/index.php on line 147

A similar message also appears on the plugin's settings page.

Cheers.

larsschenk commented 9 years ago

Has been fixed in 1.3.1

michaelsproul commented 9 years ago

Thanks :smile: