URL-Helper
URL-Helper copied to clipboard
Deprecated messages with PHP 8.2
EE 7.3.12 und URL Helper 1.30 with PHP 8.2 gives this messages:
Deprecated Creation of dynamic property Url_helper_ext::$config is deprecated user/addons/url_helper/ext.url_helper.php, line 71
Severity: E_DEPRECATED Deprecated Creation of dynamic property Url_helper_ext::$prefix is deprecated user/addons/url_helper/ext.url_helper.php, line 72
Severity: E_DEPRECATED
Also noticing this in PHP 8.2
Likely fixed around line 64 with
public $config = []; public $prefix = '';
Feel free to create a PR to fix it.
Fixed