Actions
Bug #14364
closedclass.t3lib_befunc.php: 2 functions are creating a wrong java-event-handler-link
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2004-10-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.7.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
file: class.t3lib_befunc.php
lines: 2251 & 2276
If the handed over variable $script is empty, the variable is automatically found. But the calculated value isn't hand over to the variable $script.
Solution:
if (!$script) { $script = basename(PATH_thisScript); }
Only little bug.
(issue imported from #M427)
Updated by Mathias Schreiber over 18 years ago
TYPO3 Version too old
3.7.0 is no longer maintained
Actions