Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.11.7, 4.0.1
Description
In a couple of places, the multichoice and multichoicerated feedback item types use the php @ operator to silence what would otherwise emit a message about trying to access an array element that doesn't exist.
Under php8, this now more loudly emits a PHP Warning.