moziloCMS Supportforum

moziloCMS => Plugins => Thema gestartet von: szoeller am 24. Februar 2021, 15:14:24

Titel: AccessControl - deprecated constructor
Beitrag von: szoeller am 24. Februar 2021, 15:14:24
Hallo zusammen,
ich habe die aktuelle mozilo Version 2.0 Rev. 51
Im Plugin AccessControl wird mir die Meldung gebracht:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Access_Admin has a deprecated constructor in /.../plugins/AccessControl/admin.php on line 3
Wie kann ich das wegbekommen?

LG Susanne
Titel: Antw:AccessControl - deprecated constructor
Beitrag von: marusti am 25. Februar 2021, 12:13:56
ohne es komplett durchgetestet zu haben (ich verwende das Plugin nicht)
ersetze function Access_Admin($plugin) {
mit
function __construct($plugin) {