projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f76a259
)
MDL-14589 list of user areas is read only
author
skodak
<skodak>
Sun, 7 Sep 2008 09:57:35 +0000
(09:57 +0000)
committer
skodak
<skodak>
Sun, 7 Sep 2008 09:57:35 +0000
(09:57 +0000)
lib/file/file_info_user.php
patch
|
blob
|
history
diff --git
a/lib/file/file_info_user.php
b/lib/file/file_info_user.php
index 7af4e30d680ff2fd0022f3e0be28c492481633d5..b212529e4315d390ba1cda8cc7c5cec5eace1461 100644
(file)
--- a/
lib/file/file_info_user.php
+++ b/
lib/file/file_info_user.php
@@
-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;
}