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',
Actions