Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a81b37
)
MDL-29867 fix invalid file author
author
Petr Skoda
<commits@skodak.org>
Sat, 22 Oct 2011 18:18:11 +0000
(20:18 +0200)
committer
Petr Skoda
<commits@skodak.org>
Sat, 22 Oct 2011 18:18:11 +0000
(20:18 +0200)
lib/filestorage/stored_file.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/filestorage/stored_file.php
b/lib/filestorage/stored_file.php
index
835fc76
..
212179c
100644
(file)
--- a/
lib/filestorage/stored_file.php
+++ b/
lib/filestorage/stored_file.php
@@
-452,7
+452,7
@@
class stored_file {
* @return string
*/
public function get_author() {
- return $this->file_record->
license
;
+ return $this->file_record->
author
;
}
/**