codappix / search_core

TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch
https://search-core.readthedocs.io/en/latest/
12 stars 9 forks source link

TASK: Prevent issue When hook is called with non uid #143

Closed DanielSiepmann closed 6 years ago

DanielSiepmann commented 6 years ago

If some issues occur outside of our extension, we might not get a valid uid inside of our hooks. We will therefore add additional checks and prevent any further execution.

Resolves: #112