Added todo to fix crust
This commit is contained in:
parent
728a0dd736
commit
72a424bb7e
|
@ -226,6 +226,7 @@ class Application_Model_StoredFile
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (isset($this->_dbMD[$p_category])) {
|
if (isset($this->_dbMD[$p_category])) {
|
||||||
|
// TODO : fix this crust -- RG
|
||||||
$propelColumn = $this->_dbMD[$p_category];
|
$propelColumn = $this->_dbMD[$p_category];
|
||||||
$method = "set$propelColumn";
|
$method = "set$propelColumn";
|
||||||
$this->_file->$method($p_value);
|
$this->_file->$method($p_value);
|
||||||
|
|
Loading…
Reference in New Issue