stable
Clone or download
Read-only
Fix PHP 7.4 docman plugin/PHPWiki notices visible during the execution of the REST tests
Traces: ``` PHP Notice: Trying to access array offset on value of type bool in /usr/share/tuleap/src/common/wiki/lib/WikiPage.class.php on line 246 PHP Notice: Trying to access array offset on value of type bool in /usr/share/tuleap/src/common/wiki/lib/WikiPage.class.php on line 247 ``` Those notices can be seen in the nginx error log. Part of request #20946: Fix notices/warnings/errors encountered when using PHP 7.4 FPM pools Change-Id: Iba47d0f1f65ade40c35cb4cb26de92b9749be23d
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/wiki/lib/WikiPage.class.php | +4 | −2 | Go to diff View file |