Link to attachment page instead of big-ass image

This commit is contained in:
Mikael Nordfeldth
2016-05-01 11:26:28 +02:00
parent e4f688fcfd
commit 7aa9a69c2f
3 changed files with 8 additions and 3 deletions

View File

@@ -516,6 +516,11 @@ class File extends Managed_DataObject
return $filepath;
}
public function getAttachmentUrl()
{
return common_local_url('attachment', array('attachment'=>$this->getID()));
}
public function getUrl($prefer_local=true)
{
if ($prefer_local && !empty($this->filename)) {