#5150 closed defect (bug) (fixed)
Undeclared variable in _cat_row()
| Reported by: | stephdau | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3.1 |
| Component: | Administration | Version: | 2.3 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Sorry for the double patch. Realized naming convention after adding the 1st one.