Fix dropbox file author issue - refs #7576

1.10.x
Imanol Losada 11 years ago
parent 2e677e4333
commit 86179d61d9
  1. 2
      main/dropbox/dropbox_class.inc.php

@ -102,7 +102,7 @@ class Dropbox_Work
$this->filesize = $filesize;
$this->title = $title;
$this->description = $description;
$this->author = api_get_person_name($_user['firstName'], $_user['lastName']);
$this->author = $author;
$this->last_upload_date = api_get_utc_datetime();
$course_id = api_get_course_int_id();

Loading…
Cancel
Save