projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b33e4fd
)
Fix form name
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 23 Jan 2011 22:18:09 +0000
(17:18 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 23 Jan 2011 22:18:40 +0000
(17:18 -0500)
hermes/deliverables.php
patch
|
blob
|
history
diff --git
a/hermes/deliverables.php
b/hermes/deliverables.php
index
014a665
..
55764c8
100644
(file)
--- a/
hermes/deliverables.php
+++ b/
hermes/deliverables.php
@@
-13,7
+13,7
@@
Horde_Registry::appInit('hermes');
$vars = Horde_Variables::getDefaultVariables();
switch ($vars->get('formname')) {
-case '
deliverableform
':
+case '
hermes_form_deliverable
':
$form = new Hermes_Form_Deliverable($vars);
$form->validate($vars);
if ($form->isValid()) {