Project

General

Profile

Actions

Bug #16965

closed

Language HMENU getQueryArguments dont work

Added by Carlos A over 17 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-02-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If property .getQueryArguments is added to language HMENU, the Language Menu will break.

At class.tslib_content.php, line 5524, function getQueryArguments() is written in such a way that $overruleQueryArgs will NOT be used UNLESS "exclude" property is set in its configuration.

Right now, I have to put .exclude = 1, as if boolean, so my menu works as expected.

A working fix may be changing line 5551:

if ($conf['exclude']) {

for:

if ($conf['exclude'] || $forceArgs) {
(issue imported from #M4955)


Files

patch_4955_getQueryArguments.diff (1.17 KB) patch_4955_getQueryArguments.diff Administrator Admin, 2007-10-01 15:58
Actions

Also available in: Atom PDF