Actions
Bug #40149
closedTask #40095: Move core to namespaces
Class '\TYPO3\CMS\IndexedSearch\Controller\SearchFormController_indexer' not found
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-08-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
in some places GeneralUtility::makeInstance('TYPO3\\CMS\\IndexedSearch\\Controller\\SearchFormController_indexer');
is called.
The class name is wrong
Updated by Tymoteusz Motylewski about 12 years ago
probably it should be 'TYPO3\\CMS\\IndexedSearch\\Indexer'
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/14057
Updated by Tymoteusz Motylewski about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c1c4e3a9458b39771713f71c41800500d0c728fa.
Actions