CC-2404: Downloading a file via the web UI shouldn't guide user away from page.
-fixed
This commit is contained in:
parent
4d790ac42a
commit
141002eb49
2 changed files with 12 additions and 4 deletions
|
@ -63,6 +63,10 @@ class StoredFile {
|
|||
return $this->_file->getDbFtype();
|
||||
}
|
||||
|
||||
public function getPropelOrm(){
|
||||
return $this->_file;
|
||||
}
|
||||
|
||||
public function setFormat($p_format)
|
||||
{
|
||||
$this->_file->setDbFtype($p_format);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue