diff --git a/airtime_mvc/application/models/StoredFile.php b/airtime_mvc/application/models/StoredFile.php index 913007421..3391e0856 100644 --- a/airtime_mvc/application/models/StoredFile.php +++ b/airtime_mvc/application/models/StoredFile.php @@ -761,6 +761,8 @@ SQL; //generalized within the project access to zend view methods //to access url helpers is needed. + // TODO : why is there inline html here? breaks abstraction and is + // ugly if ($type == "au") { $row['audioFile'] = $row['id'].".".pathinfo($row['filepath'], PATHINFO_EXTENSION); $row['image'] = '';