summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_config.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/functions/pts-functions_config.php')
-rw-r--r--pts-core/functions/pts-functions_config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_config.php b/pts-core/functions/pts-functions_config.php
index 2ca64ac..f5f8a38 100644
--- a/pts-core/functions/pts-functions_config.php
+++ b/pts-core/functions/pts-functions_config.php
@@ -111,7 +111,7 @@ function pts_user_config_init($UserName = NULL, $UploadKey = NULL, $BatchOptions
$config->addXmlObject(P_OPTION_BATCH_PROMPTSAVENAME, 3, $BatchOptions[4]);
$config->addXmlObject(P_OPTION_BATCH_CONFIGURED, 3, $BatchOptions[5]);
- $config->addXmlObject(P_OPTION_USER_AGREEMENT, 4, $UserAgreement_MD5);
+ $config->addXmlObject(P_OPTION_USER_AGREEMENT, 3, $UserAgreement_MD5);
file_put_contents(PTS_USER_DIR . "user-config.xml", $config->getXML());
}