CC-3429: Firefox does not natively support mp3 file playing so preview does nothing.

- removed useless logging in AudiopreviewController.php.
- updated if statement syntax in audio-preview.phtml according to review comments.
This commit is contained in:
Daniel 2012-03-20 18:46:48 -04:00
parent d4142f8b8b
commit 4bb0421cf7
2 changed files with 4 additions and 6 deletions

View file

@ -152,8 +152,6 @@ class AudiopreviewController extends Zend_Controller_Action
*/
public function getShowAction()
{
Logging::log("in audio previews getShowAction");
// disable the view and the layout
$this->view->layout()->disableLayout();
$this->_helper->viewRenderer->setNoRender(true);