Actions
Bug #42454
closedFix usage of fileadminDir
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-10-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
#41120 introduced a regression, as the global $GLOBALS['TYPO3_CONF_VARS']['BE']['fileadminDir'] has a trailing backslash.
Fix that by removing the trailing slash and quoting the value of the global for the case it contains further path segments
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15987
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/15988
Updated by Helmut Hummel about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 19f0cbb2a459d21d562653d783b69143c2d779c6.
Actions