From 72a424bb7ebf9f820c67e14907d6639caed7d749 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 11 Sep 2012 16:25:45 -0400 Subject: [PATCH] Added todo to fix crust --- airtime_mvc/application/models/StoredFile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/airtime_mvc/application/models/StoredFile.php b/airtime_mvc/application/models/StoredFile.php index 211c1d9e4..62f2afc82 100644 --- a/airtime_mvc/application/models/StoredFile.php +++ b/airtime_mvc/application/models/StoredFile.php @@ -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);