Skip to content

Typo in category display

theo lem requested to merge fixup-category-display into dev-makina

Typo in category display :

$children[] = $category->tid;

was replaced by :

$children[] = $children->tid;

which return NULL, causing the current category not to be included in the taxonomy terms to be displayed.

Merge request reports