forked from Public/pics
Add uploader to photo view.
This commit is contained in:
@@ -234,6 +234,11 @@ class Asset
|
||||
return $this->id_asset;
|
||||
}
|
||||
|
||||
public function getAuthor()
|
||||
{
|
||||
return Member::fromId($this->id_user_uploaded);
|
||||
}
|
||||
|
||||
public function getDateCaptured()
|
||||
{
|
||||
return $this->date_captured;
|
||||
|
||||
Reference in New Issue
Block a user