Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
Conflicts: airtime_mvc/application/controllers/PreferenceController.php airtime_mvc/application/models/Preference.php
This commit is contained in:
commit
05dc48fa71
55 changed files with 907 additions and 664 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