Notice on MailToRecipients
-
I’ve placed into wp-content the filterPostie.php
I’ve send a message and I run Postie DebugJust 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.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Notice on MailToRecipients’ is closed to new replies.