Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit a5fa53c

Browse files
committed
Add missing \
1 parent 0af482b commit a5fa53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Utility/Developerlog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ protected function getCurrentPageId()
169169
$singletonInstances = GeneralUtility::getSingletonInstances();
170170
if (isset($singletonInstances[\TYPO3\CMS\Extbase\Configuration\BackendConfigurationManager::class])) { // lucky us, that guy is clever
171171
$backendConfigurationManager = GeneralUtility::makeInstance(\TYPO3\CMS\Extbase\Configuration\BackendConfigurationManager::class,
172-
GeneralUtility::makeInstance(TYPO3\CMS\Core\Database\QueryGenerator::class));
172+
GeneralUtility::makeInstance(\TYPO3\CMS\Core\Database\QueryGenerator::class));
173173
// getDefaultBackendStoragePid() because someone made getCurrentPageId() protected
174174
$this->currentPageId = $backendConfigurationManager->getDefaultBackendStoragePid();
175175
} else { // simplified backend check

0 commit comments

Comments
 (0)