Actions
Bug #34742
closedclass.typo3logo.php uses hardcoded URL instead of constant
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-03-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
typo3logo uses
'<a href="http://www.typo3.org/" target="_blank">'
but should use
'<a href="' . TYPO3_URL_GENERAL . '" target="_blank">'
Actions