Ticket #5150 (closed defect (bug): fixed)
Undeclared variable in _cat_row()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3.1 |
| Component: | Administration | Version: | 2.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In _cat_row():
$default_link_cat_id is used but undeclared.
Missing? -> $default_link_cat_id = (int) get_option( 'default_link_category' );
See patch
Attachments
Change History
Sorry for the double patch. Realized naming convention after adding the 1st one.
- Owner changed from anonymous to westi
- Status changed from new to assigned
- Milestone changed from 2.5 to 2.4
Good catch.
- Status changed from assigned to closed
- Resolution set to fixed
- Status changed from closed to reopened
- Resolution fixed deleted
- Milestone changed from 2.4 to 2.3.1
Reopen for 2.3.1
- Status changed from reopened to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

