Project

General

Profile

Actions

Bug #44129

closed

isCurrent in other then default language

Added by Stefan Bruggmann over 11 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2012-12-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In the default language is everything ok.
In the other languages no TMENU get the status "current".

typo3\sysext\frontend\Classes\ContentObject\Menu\AbstractMenuContentObject.php
changing line 1482 from

if ($uid && !strcmp(end($this->rL_uidRegister), ('ITEM:' . $testUid))) {

to
if ($uid && $uid==$GLOBALS['TSFE']->id) {

fixes "my" problem.

Actions

Also available in: Atom PDF