diff options
author | Benny Baumann <BenBE@geshi.org> | 2014-07-15 20:26:08 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2014-07-15 20:26:08 +0200 |
commit | fa3a17789986431c15dac26c43a8100ee7e8d0d4 (patch) | |
tree | f20066d630377f403fe4fccb36934e30dc65a450 /includes | |
parent | 197205a43d5fbdfb9371c65881a6a6d5b965900a (diff) | |
parent | 92e73d70093e44747edfbb7c731445dd74bc864a (diff) | |
download | cacert-devel-fa3a17789986431c15dac26c43a8100ee7e8d0d4.tar.gz cacert-devel-fa3a17789986431c15dac26c43a8100ee7e8d0d4.tar.xz cacert-devel-fa3a17789986431c15dac26c43a8100ee7e8d0d4.zip |
Merge branch 'bug-1226' into release
Diffstat (limited to 'includes')
-rw-r--r-- | includes/notary.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/notary.inc.php b/includes/notary.inc.php index b568ccb..f15e09e 100644 --- a/includes/notary.inc.php +++ b/includes/notary.inc.php @@ -1055,7 +1055,7 @@ function get_user_agreements($memid, $type=null, $active=null){ <? } else { ?> - <input type="hidden" name="<?=$val?>" value="<?=$methods[0]?>" /> + <input type="hidden" name="method" value="<?=$methods[0]?>" /> <? } } |