From: Ben Klang Date: Tue, 9 Mar 2010 01:24:00 +0000 (-0500) Subject: Shout: Fix display of current account on DeviceForm X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=92961d47f19c0778737984a292c06753872093fb;p=horde.git Shout: Fix display of current account on DeviceForm --- diff --git a/shout/lib/Forms/DeviceForm.php b/shout/lib/Forms/DeviceForm.php index 97d32e4e2..2099d42cc 100644 --- a/shout/lib/Forms/DeviceForm.php +++ b/shout/lib/Forms/DeviceForm.php @@ -26,6 +26,7 @@ class DeviceDetailsForm extends Horde_Form { $edit = false; } + $curaccount = $_SESSION['shout']['curaccount']; $accountname = $_SESSION['shout']['accounts'][$curaccount]; $title = sprintf(_("$formtitle - Account: %s"), $accountname); parent::__construct($vars, $title);