Kephson / paste_reference

Paste reference instead of copy for content elements in TYPO3
MIT License
14 stars 18 forks source link

fix: verify global variable TYPO3_REQUEST #31

Closed 3l73 closed 3 months ago

3l73 commented 3 months ago

Verify that the global Variable exists and is of type ServerRequestInterface before using it.

The command map will exit in case that the request is not available.

Refs: #30