#16030 closed defect (bug) (fixed)
PHP Notice on post save when post meta has been deleted
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Warnings/Notices | Version: | 3.1 |
| Severity: | normal | Keywords: | dev-feedback has-patch |
| Cc: | cyberhobo@… |
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)
Change History (5)
comment:2
markjaquith
— 2 years ago
- Milestone changed from Awaiting Review to Future Release
- Owner set to markjaquith
- Status changed from new to accepted
Looks okay. 3.2
comment:3
SergeyBiryukov
— 2 years ago
- Resolution set to fixed
- Status changed from accepted to closed
Already fixed in [17223].
Note: See
TracTickets for help on using
tickets.
Quick fix for the symptom - not sure if there are deeper issues to consider.