BillTechPL / lms-billtech-plugin

Other
6 stars 7 forks source link

BILLTECH: bugfix: fixed php warnings (php >= 8.0) #106

Closed chilek closed 2 years ago

chilek commented 2 years ago

Potrzebne isset() do sprawdzenia czy zmienne istnieją - inaczej na PHP >= 8.0 mam ostrzeżenia:

PHP Warning:  Undefined array key "phones" in /var/www/html/lms/plugins/BillTech/handlers/BillTechLinkInsertHandler.php on line 79
PHP Warning:  Undefined array key "phones" in /var/www/html/lms/plugins/BillTech/handlers/BillTechLinkInsertHandler.php on line 79
PHP Warning:  Undefined array key "phones" in /var/www/html/lms/plugins/BillTech/handlers/BillTechLinkInsertHandler.php on line 79