Actions
Bug #77809
closedWrong path in compatibility7 indexed search
Start date:
2016-09-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
typo3/sysext/compatibility7/ext_tables.php
contains
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('compatibility7') . 'Resources/PHP/class.tx_indexed_search_pi_wizicon.php';
but should
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('compatibility7') . 'PHP/class.tx_indexed_search_pi_wizicon.php';
Updated by Tymoteusz Motylewski about 8 years ago
- Complexity changed from no-brainer to easy
Updated by Gerrit Code Review about 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/49814
Updated by Tomita Militaru about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c7a247e7598e161a7136b67ec5adac1f6cb1ba91.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions