Ticket #1964 (closed defect: fixed)
post_format notices in post.php, page.php
Reported by: | bruno | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 2.7 |
Component: | module:admin | Version: | dev |
Severity: | normal | Keywords: | |
Cc: |
Description
When updating a post entry on the admin side, the following php NOTICE is issued after form submission: admin/post.php:186 Undefined index: post_format
Same problem for page plugin : plugins/pages/page.php:137 Undefined index: post_format
context : freshly updated dotclear from hg, no default editor selected. When chosing a default editor in admin/preferences.php, the page displays the following notices/warnings, and the combo is empty :
Notice: Undefined variable: formaters_combo_editor in admin/preferences.php on line 485 Warning: Invalid argument supplied for foreach() in inc/libs/clearbricks/common/lib.form.php on line 79
Change History
Note: See
TracTickets for help on using
tickets.
see [2694]