#27214 closed defect (bug) (fixed)
Fix an undefined index.
| Reported by: | pross | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.9 |
| Component: | Administration | Version: | 2.8 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Confirmed. Caused by missing closing
?>tag in the plugin file.Introduced in [10607]. The upper limit for the loop is off, see 27214.patch.