View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0035568 | mantisbt | code cleanup | public | 2025-03-14 19:44 | 2025-03-14 19:45 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Target Version | 2.28.0 | Fixed in Version | 2.28.0 | ||
Summary | 0035568: Calling layout_page_header() without parameters throws deprecation warning on PHP 8.1 | ||||
Description | PHP Deprecated: htmlspecialchars(): Passing null to parameter 1 ($string) of type string is deprecated in .../core/string_api.php on line 926 | ||||
Tags | PHP 8.1 | ||||
MantisBT: master 4857cf29 2025-03-14 19:37 Details Diff |
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 |
Affected Issues 0035568 |
|
mod - core/html_api.php | Diff File | ||
mod - core/layout_api.php | Diff File |