]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/main/Signup.java
UPD: Update the api to work more with "Users" than with their ids.
[gigi.git] / src / org / cacert / gigi / pages / main / Signup.java
index 6f2bf6efd0fabec27c30c4b474d8888ad0b1e807..a512a017ee9e48e886d3e21938549314097e9088 100644 (file)
@@ -185,7 +185,7 @@ public class Signup extends Form {
             ps.setString(4, regional ? "1" : "0");
             ps.setString(5, radius ? "1" : "0");
             ps.execute();
-            Notary.writeUserAgreement(memid, "CCA", "account creation", "", true, 0);
+            Notary.writeUserAgreement(buildup, "CCA", "account creation", "", true, 0);
 
             DatabaseConnection.getInstance().commitTransaction();
         } finally {