mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-14589 list of user areas is read only
This commit is contained in:
parent
f76a259e10
commit
cfe9446817
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ class file_info_user extends file_info {
|
|||
return fullname($this->user, true);
|
||||
}
|
||||
|
||||
public function is_writable() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public function is_directory() {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue