Skip to content
Snippets Groups Projects
Commit 0a476dc0 authored by Francois Suter's avatar Francois Suter
Browse files

[BUGFIX] Use FE category collection for pages

Class CategoryMenuUtility which is used when rendering a list
of categorized pages calls on
\TYPO3\CMS\Core\Category\Collection\CategoryCollection
to collect the pages. This is wrong in a FE context as all
pages will be collected (hidden, deleted, workspace copies, etc.).
It must use
\TYPO3\CMS\Frontend\Category\Collection\CategoryCollection
instead.

Resolves: #59440
Releases: 6.2, 6.3
Change-Id: Ia8df04f5f615f3b6f09d2f67fbfadf69baca8f21
Reviewed-on: http://review.typo3.org/32064


Reviewed-by: default avatarTomita Militaru <militarutomita@gmail.com>
Reviewed-by: default avatarTomas Norre Mikkelsen <tomasnorre@gmail.com>
Reviewed-by: default avatarFabien Udriot <fabien.udriot@ecodev.ch>
Tested-by: default avatarFabien Udriot <fabien.udriot@ecodev.ch>
Reviewed-by: default avatarNicole Cordes <typo3@cordes.co>
Reviewed-by: default avatarFrancois Suter <francois@typo3.org>
Tested-by: default avatarFrancois Suter <francois@typo3.org>
parent 47fe9444
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment