Added todo to fix crust

This commit is contained in:
Rudi Grinberg 2012-09-11 16:25:45 -04:00
parent 728a0dd736
commit 72a424bb7e
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ class Application_Model_StoredFile
return;
}
if (isset($this->_dbMD[$p_category])) {
// TODO : fix this crust -- RG
$propelColumn = $this->_dbMD[$p_category];
$method = "set$propelColumn";
$this->_file->$method($p_value);