Skip to content

Stop class usage of own deprecated methods

Art4 requested to merge Xesau:patch-1 into master

Created by: Xesau

The get and set methods for the options have been deprecated, but the UrlLinker class itself still uses them, generating tons of deprecation messages.

This pull request fixes this issue by not using the deprecated methods anymore.

Merge request reports