#5150 closed defect (bug) (fixed)
Undeclared variable in _cat_row()
Reported by: | stephdau | Owned by: | westi |
---|---|---|---|
Milestone: | 2.3.1 | Priority: | normal |
Severity: | normal | Version: | 2.3 |
Component: | Administration | Keywords: | |
Focuses: | 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 (2)
Change History (8)
#2
@
17 years ago
- Milestone changed from 2.5 to 2.4
- Owner changed from anonymous to westi
- Status changed from new to assigned
Good catch.
#4
@
17 years ago
- Milestone changed from 2.4 to 2.3.1
- Resolution fixed deleted
- Status changed from closed to reopened
Reopen for 2.3.1
Note: See
TracTickets for help on using
tickets.
Sorry for the double patch. Realized naming convention after adding the 1st one.