CC-2404: Downloading a file via the web UI shouldn't guide user away from page.

-fixed
This commit is contained in:
martin 2011-06-20 14:10:33 -04:00
parent 4d790ac42a
commit 141002eb49
2 changed files with 12 additions and 4 deletions

View file

@ -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);