projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e371f
)
Shout: make sure we pass the account code
author
Ben Klang
<ben@alkaloid.net>
Fri, 2 Apr 2010 16:49:16 +0000
(12:49 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Fri, 2 Apr 2010 16:50:43 +0000
(12:50 -0400)
shout/extensions.php
patch
|
blob
|
history
diff --git
a/shout/extensions.php
b/shout/extensions.php
index
9d1aad8
..
073ebe9
100644
(file)
--- a/
shout/extensions.php
+++ b/
shout/extensions.php
@@
-46,7
+46,7
@@
case 'edit':
// Create a new add/edit form
$extension = Horde_Util::getFormData('extension');
- $extensions = $shout->extensions->getExtensions($curaccount);
+ $extensions = $shout->extensions->getExtensions($curaccount
['code']
);
$vars = new Horde_Variables($extensions[$extension]);
if ($action == 'edit') {
$vars->set('oldextension', $extension);