Skip to content
Snippets Groups Projects
Commit a60664fe authored by Wouter Wolters's avatar Wouter Wolters Committed by Markus Klein
Browse files

[TASK] Remove unused stat_type funcMenu initialization

In PageInformationController there is unused code initialized.
The stat_type is unused and can be removed.

Resolves: #61462
Releases: 6.3
Change-Id: I61e59b8c10d32bd907ffd90d86aecabb39394c30
Reviewed-on: http://review.typo3.org/32663


Reviewed-by: default avatarMarkus Klein <klein.t3@reelworx.at>
Tested-by: default avatarMarkus Klein <klein.t3@reelworx.at>
parent 178fccfd
Branches
Tags
No related merge requests found
......@@ -37,11 +37,6 @@ class PageInformationController extends \TYPO3\CMS\Backend\Module\AbstractFuncti
2 => $LANG->sL('LLL:EXT:cms/web_info/locallang.xlf:pages_2'),
1 => $LANG->sL('LLL:EXT:cms/web_info/locallang.xlf:pages_1')
),
'stat_type' => array(
0 => $LANG->sL('LLL:EXT:cms/web_info/locallang.xlf:stat_type_0'),
1 => $LANG->sL('LLL:EXT:cms/web_info/locallang.xlf:stat_type_1'),
2 => $LANG->sL('LLL:EXT:cms/web_info/locallang.xlf:stat_type_2')
),
'depth' => array(
0 => $LANG->getLL('depth_0'),
1 => $LANG->getLL('depth_1'),
......
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