kaystrobach / TYPO3.dyncss

Dyncss base extension - Donate if you like it http://donate.kay-strobach.de/
http://forge.typo3.org/projects/extension-dyncss
GNU General Public License v2.0
9 stars 28 forks source link

Warnings because of TYPO3_cliMode check #60

Closed CDRO closed 5 years ago

CDRO commented 6 years ago

This line throws some warnings in PHP 7.2, would it be possible to extend the code to something like below?

https://github.com/kaystrobach/TYPO3.dyncss/blob/762659e6275ae6190fe450e433c39aa9da4e1bfd/Classes/Service/DyncssService.php#L47

} elseif (TYPO3_MODE === 'BE' && (!defined('TYPO3_cliMode') || !TYPO3_cliMode)) {
kaystrobach commented 6 years ago

sure, feel free to open a pull request, i will happily review it.

pniederlag commented 6 years ago

This PR https://github.com/kaystrobach/TYPO3.dyncss/pull/55 is addressing the issue and working fine for me

kaystrobach commented 5 years ago

should be solved in master