#27214 closed defect (bug) (fixed)
Fix an undefined index.
Reported by: | pross | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
When using the plugin editor with some plugins the following error is produced:
Undefined offset: 1370 in ..../wp-admin/includes/misc.php on line 321
Attached patch fixes the error.
Only some plugins are affected, which is weird. 'Debug Bar Slow Actions' was the one i tested the patch with.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Confirmed. Caused by missing closing
?>
tag in the plugin file.Introduced in [10607]. The upper limit for the loop is off, see 27214.patch.