MantisBT: master 4857cf29

Author Committer Branch Timestamp Parent
dregad dregad master 2025-03-14 19:37 master dbb1fd03
Affected Issues  0035568: Calling layout_page_header() without parameters throws deprecation warning on PHP 8.1
Changeset

Fix PHP deprecation warning

htmlspecialchars(): Passing null to parameter 0000001 ($string) of type
string is deprecated

Thrown when calling layout_page_header() without parameters.

Fixes 0035568

mod - core/html_api.php Diff File
mod - core/layout_api.php Diff File