• Resolved Topeur60

    (@topeur60)


    I’ve placed into wp-content the filterPostie.php
    I’ve send a message and I run Postie Debug

    Just before the end, I have this message

    Notice: Trying to get property of non-object in /www/wp-content/plugins/postie/postie-functions.php on line 2080

    ln 2079 : $user = get_userdata('1');
    ln 2080 : $myname = $user->user_nicename;

    I have no user with the ID 1 so $user is false.
    And in the function, $myname is not use.

    Maybe it’s a old code.

    https://wordpress.org/plugins/postie/

Viewing 1 replies (of 1 total)
  • Plugin Author Wayne Allen

    (@wayneallen-1)

    Thanks for the bug report. Turns out the $user and $myname are no longer used so I will remove them in the next release. It shouldn’t cause any problems as is.

Viewing 1 replies (of 1 total)

The topic ‘Notice on MailToRecipients’ is closed to new replies.