From: Ben Klang Date: Thu, 25 Mar 2010 23:26:44 +0000 (-0400) Subject: Shout: fix minor bug when saving soundfile X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bf0d297c1edd74652e5dc6cb34097607ebdb0aa4;p=horde.git Shout: fix minor bug when saving soundfile --- 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