MDL-68339 message: move array_key_exists() to property_exists()
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 5 Apr 2020 17:34:46 +0000 (19:34 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 16 Apr 2020 18:28:22 +0000 (20:28 +0200)
commit3d88307f8fce68526613ea7dc7941c9439ad6d8d
treed1d28f5e354efb7754c65a0593799547b9308116
parent788dfb9c7dad27824ee524de5c1cb9e43b31b98a
MDL-68339 message: move array_key_exists() to property_exists()

Towards PHP 7.4 compliance:

array_key_exists(): Using array_key_exists() on objects is
deprecated. Use isset() or property_exists() instead
admin/message.php