nicolasbettag / LastFM-Played-for-Wordpress

Clean and simple recently played Last.FM Plugin for Wordpress
https://wordpress.org/plugins/lastfm-played-for-wp/
2 stars 1 forks source link

$tracks on line 77 throws a Notice. #3

Closed daishan-swe closed 9 years ago

daishan-swe commented 9 years ago

Hi!

Running: Version 0.6 WordPress 4.1.1 PHP: 5.6.5

This is on a shared webhost, I get the following error:

Notice: Undefined variable: tracks in /path/to/wordpress/wp-content/plugins/lastfm-played-for-wp/index.php on line 77 Notice: Trying to get property of non-object in /path/to/wordpress/wp-content/plugins/lastfm-played-for-wp/index.php on line 77

Editing the index.php and putting a comment on line 77 solves this, and the plug-in works like a charm. Line 77 is a duplicate of line 98 BTW.

Example: image

nicolasbettag commented 9 years ago

Hey, should work now. Thanks! @daishan-swe