Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#16030 closed defect (bug) (fixed)

PHP Notice on post save when post meta has been deleted

Reported by: cyberhobo Owned by: markjaquith
Priority: normal Milestone: 3.1
Component: Warnings/Notices Version: 3.1
Severity: normal Keywords: dev-feedback has-patch
Cc: Focuses:

Description

I think this began with the fix for #15276, but appears to be a separate problem. With WP_DEBUG set, deleting a post meta item (custom field) followed by a publish/save produces this notice:

Notice: Trying to get property of non-object in /Applications/MAMP/htdocs/wp-svn/wp-admin/includes/post.php on line 719

Attachments (1)

16030.diff (534 bytes ) - added by cyberhobo 16 years ago.
Quick fix for the symptom - not sure if there are deeper issues to consider.

Download all attachments as: .zip

Change History (5)

@cyberhobo
16 years ago

Quick fix for the symptom - not sure if there are deeper issues to consider.

#1 @cyberhobo
16 years ago

  • Keywords has-patch added

Added the most obvious (to me) patch.

#2 @markjaquith
16 years ago

  • Milestone Awaiting ReviewFuture Release
  • Owner set to markjaquith
  • Status newaccepted

Looks okay. 3.2

#3 @SergeyBiryukov
16 years ago

  • Resolutionfixed
  • Status acceptedclosed

Already fixed in [17223].

#4 @nacin
16 years ago

  • Milestone Future Release3.1
Note: See TracTickets for help on using tickets.