Files
fusionpbx/core/users/user_edit.php
Luis Daniel Lucio Quiroz af101bcd7b Fixes PHP fatal error when editing users (#6700)
* Update user_edit.php

Some PHP implementations return a fatal error when in_array() has the second parameter null.

 $_SESSION['authentication']['methods']  is null by default on new installations.
2023-05-24 17:27:06 -06:00

51 KiB