We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -344,7 +344,7 @@ |
||
| 344 | 344 | // Fetch corresponding document UIDs from Solr |
| 345 | 345 | $solr_query = ""; |
| 346 | 346 | |
| 347 | - $collectionData = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($collection); |
|
| 347 | + $collectionData = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($collection); |
|
| 348 | 348 | |
| 349 | 349 | if ($collectionData['index_query'] != "") { |
| 350 | 350 | |