From: Ben Klang Date: Sat, 2 Jan 2010 19:08:01 +0000 (-0500) Subject: Shout: Ensure context name appears in device edit form X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1806c9daf832db110f22dc87c811dbc008c5b61c;p=horde.git Shout: Ensure context name appears in device edit form --- diff --git a/shout/lib/Forms/DeviceForm.php b/shout/lib/Forms/DeviceForm.php index bd8d9f3cd..0ebd46702 100644 --- a/shout/lib/Forms/DeviceForm.php +++ b/shout/lib/Forms/DeviceForm.php @@ -25,6 +25,7 @@ class DeviceDetailsForm extends Horde_Form { $edit = false; } + $context = $vars->get('context'); parent::__construct($vars, _("$formtitle - Context: $context")); $this->addHidden('', 'action', 'text', true); if ($edit) {