#1057 closed defect (fixed)
podpress: fix for the php warning while saving the "Quick Edit"-changes
| Reported by: | ntm | Owned by: | seek3r |
|---|---|---|---|
| Priority: | normal | Component: | podpress |
| Severity: | normal | Keywords: | podpress, quick edit |
| Cc: | seek3r, azaozz, ntm |
Description
There was a big PHP warning after clicking on the "Update post"-button on the "Quick Edit"-panel.
With the attached patch the post_edit() function in the podpress_admin_class.php file uses the $pagenow variable to determine the current admin page and will rewrite/save the podpress specific data only on post.php, post-new.php, page.php and page-new.php.
Attachments (1)
Change History (4)
Changed 3 years ago by ntm
comment:1 Changed 12 months ago by garyc40
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 12 months ago by garyc40
In [545418]:
comment:3 Changed 12 months ago by garyc40
In [545428]:
Note: See
TracTickets for help on using
tickets.

In [545407]: