mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
MDL-29867 fix invalid file author
This commit is contained in:
parent
3a81b37617
commit
31cd5fe8ef
@ -452,7 +452,7 @@ class stored_file {
|
||||
* @return string
|
||||
*/
|
||||
public function get_author() {
|
||||
return $this->file_record->license;
|
||||
return $this->file_record->author;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user