Project

General

Profile

Actions

Bug #21519

closed

t3lib_befunc's "getFuncInput" and "getFuncCheck" not working correctly

Added by mbz about 15 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-11-10
Due date:
% Done:

0%

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

Description

patch attached

somehow, a trivial bug has survived all the way thru debugging:
in both functions there exists the line:
if (!$script) {basename(PATH_thisScript);}
obviously, this has no effect.

theses lines (copied from the function getFuncMenu) do the job:
if (!$script) {
$script = basename(PATH_thisScript);
$mainParams.= (t3lib_div::_GET('M') ? '&M='.rawurlencode(t3lib_div::_GET('M')) : '');
}

(issue imported from #M12543)


Files

patch_class.t3lib_befunc.diff (455 Bytes) patch_class.t3lib_befunc.diff Administrator Admin, 2009-11-10 13:37
Actions

Also available in: Atom PDF