Forums
Forums / Plugin: WP-PostRatings / FIX PHP Notice
(@xma)
5 years, 9 months ago
PHP Notice: Trying to get property ‘ID’ of non-object in wp-postratings/wp-postratings.php on line 290
Please add isset on wp-postratings.php on line 290.
if ( $post && isset($post->ID) ) {
was:
if ( $post && $post->ID ) {
(@gamerz)
Thanks https://github.com/lesterchan/wp-postratings/commit/790352e33449bd00eb2df9ad0a4a96b22e9e4ddf
The topic ‘FIX PHP Notice’ is closed to new replies.