mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Take out another notice in backup.
This commit is contained in:
parent
97a49e63ed
commit
78d4084cf1
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
$backupable_user->info .= "student";
|
||||
}
|
||||
//Is needed user (exists in needed_users)
|
||||
if ($needed_users[$backupable_user->id]) {
|
||||
if (isset($needed_users[$backupable_user->id])) {
|
||||
$backupable_user->info .= "needed";
|
||||
}
|
||||
//Now create the backup_id record
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue