Add the submitter login name to the webhook notification for uploads.

This commit is contained in:
Thomas Keller 2012-01-03 12:33:48 +01:00
parent 5bcd4e1855
commit 9e45b7f7f5

View File

@ -253,6 +253,7 @@ class IDF_Upload extends Pluf_Model
'filename' => $this->file,
'filesize' => $this->filesize,
'md5sum' => $this->md5,
'submitter' => $this->get_submitter()->login,
'tags' => $tags,
),
'project_id' => $project->id,