Merge branch 'w42_MDL-29867_m20_author' of git://github.com/skodak/moodle into MOODLE_20_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2011-10-24 23:15:04 +02:00
+1 -1
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;
}
/**