Shout: fix minor bug when saving soundfile
authorBen Klang <ben@alkaloid.net>
Thu, 25 Mar 2010 23:26:44 +0000 (19:26 -0400)
committerBen Klang <ben@alkaloid.net>
Thu, 25 Mar 2010 23:27:30 +0000 (19:27 -0400)
shout/lib/Forms/MenuForm.php

index 93a62c8..ba9eb1f 100644 (file)
@@ -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