From bf0d297c1edd74652e5dc6cb34097607ebdb0aa4 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Thu, 25 Mar 2010 19:26:44 -0400 Subject: [PATCH] Shout: fix minor bug when saving soundfile --- shout/lib/Forms/MenuForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shout/lib/Forms/MenuForm.php b/shout/lib/Forms/MenuForm.php index 93a62c886..ba9eb1f59 100644 --- a/shout/lib/Forms/MenuForm.php +++ b/shout/lib/Forms/MenuForm.php @@ -49,7 +49,7 @@ class MenuForm extends Horde_Form { $details = array( 'name' => $this->_vars->get('name'), 'description' => $this->_vars->get('description'), - 'soundfile' => $this->_vars->get('description') + 'soundfile' => $this->_vars->get('soundfile') ); // FIXME: Validate soundfile -- 2.11.0