MDL-14589 list of user areas is read only
authorskodak <skodak>
Sun, 7 Sep 2008 09:57:35 +0000 (09:57 +0000)
committerskodak <skodak>
Sun, 7 Sep 2008 09:57:35 +0000 (09:57 +0000)
lib/file/file_info_user.php

index 7af4e30d680ff2fd0022f3e0be28c492481633d5..b212529e4315d390ba1cda8cc7c5cec5eace1461 100644 (file)
@@ -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;
     }