mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge remote-tracking branch 'skodak/w03_MDL-31035_m22_identitynotice' into MOODLE_22_STABLE
This commit is contained in:
commit
6f960202e7
1 changed files with 1 additions and 1 deletions
|
@ -3363,7 +3363,7 @@ function get_extra_user_fields($context, $already = array()) {
|
|||
}
|
||||
|
||||
// Split showuseridentity on comma
|
||||
if ($CFG->showuseridentity === '') {
|
||||
if (empty($CFG->showuseridentity)) {
|
||||
// Explode gives wrong result with empty string
|
||||
$extra = array();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue