MDL-29867 fix invalid file author

This commit is contained in:
Petr Skoda 2011-10-22 20:18:11 +02:00
parent 3a81b37617
commit 31cd5fe8ef

View File

@ -452,7 +452,7 @@ class stored_file {
* @return string
*/
public function get_author() {
return $this->file_record->license;
return $this->file_record->author;
}
/**