• Resolved danbp

    (@danbp)


    Hi,
    line 50 of dev version bp-compliments-notifications.php is throwing a php notice.
    This error is also in 0.0.1:37

    Undefined property: stdClass::$id

    To solve this i changed the if clause, from
    if ( 1 == $total_items )
    to
    if ( $item_id && isset ($item_id->ID) && 1 == $total_items )

    Hope it’s correct. At least it seems to work.

    https://ww.wp.xz.cn/plugins/buddypress-compliments/

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Missing ID notice’ is closed to new replies.