Skip to content

Fix deprecated use of OutputPage::setPageTitle()

Catrope requested to merge setpagetitlemsg into main

Passing a Message object to this method is no longer supported. Use setPageTitleMsg() instead.

Merge request reports