FAQ | This is a LIVE service | Changelog

Fix constructor deprecation warning

Created by: jw35

Constructors should now (since PHP 5) be 'function __construct(...)', not 'function <class_name>(...)'

Merge request reports

Loading