projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba0d8e3
)
use the variable since we have it already
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 15 Aug 2010 18:29:41 +0000
(14:29 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 15 Aug 2010 18:29:41 +0000
(14:29 -0400)
whups/ticket/create.php
patch
|
blob
|
history
diff --git
a/whups/ticket/create.php
b/whups/ticket/create.php
index
dbce353
..
5d21ea0
100644
(file)
--- a/
whups/ticket/create.php
+++ b/
whups/ticket/create.php
@@
-33,7
+33,7
@@
$r = new Horde_Form_Renderer(
array('varrenderer_driver' => 'whups'));
$valid4 = $form4->validate($vars) &&
- $
vars->get('formname')
== 'createstep4form';
+ $
formname
== 'createstep4form';
$valid3 = $form3->validate($vars, true);
$valid2 = $form2->validate($vars, !$form1->isSubmitted());
$valid1 = $form1->validate($vars, true);