projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17822d3
)
Shout: Fix display of current account on DeviceForm
author
Ben Klang
<ben@alkaloid.net>
Tue, 9 Mar 2010 01:24:00 +0000
(20:24 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Tue, 9 Mar 2010 01:25:13 +0000
(20:25 -0500)
shout/lib/Forms/DeviceForm.php
patch
|
blob
|
history
diff --git
a/shout/lib/Forms/DeviceForm.php
b/shout/lib/Forms/DeviceForm.php
index
97d32e4
..
2099d42
100644
(file)
--- 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);