mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +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);
|
return fullname($this->user, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function is_writable() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
public function is_directory() {
|
public function is_directory() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue