georgringer / t3monitoring_client

Monitoring client
GNU General Public License v2.0
29 stars 25 forks source link

PHP 8.1 Warning: Undefined global variable $LANG #72

Closed peterkraume closed 2 years ago

peterkraume commented 2 years ago

I get this PHP warning with PHP 8.1:

PHP Warning: Undefined global variable $LANG in typo3conf/ext/t3monitoring_client/Classes/Provider/StatusReportProvider.php line 90

I had a look at the code and if I debug $GLOBALS['LANG'] it is null. How can I prevent this warning?

peterkraume commented 2 years ago

This has already been fixed with #71