Actions
Bug #37478
closedWrong path in EXT:cms/ext_autoload.php
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2012-05-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
there is an entry in the ext_autoload.php
file which got a wrong path
'tx_cms_backendlayout' => PATH_tslib . 'classes/class.tx_cms_backendlayout.php',
file is not inside tslib but one directory above.
how to fix?
would it be ok to change it to
'tx_cms_backendlayout' => PATH_tslib . '../classes/class.tx_cms_backendlayout.php',
Updated by Helmut Hummel over 12 years ago
Georg Ringer wrote:
how to fix?
would it be ok to change it to
[...]
Yes, of course, go ahead...
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13837
Updated by Georg Ringer over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 10e596073186a28afc48c56374c3c7655c7fcb2d.
Actions