diff options
author | Felix Dörre <felix@dogcraft.de> | 2015-04-07 21:51:48 +0200 |
---|---|---|
committer | Felix Dörre <felix@dogcraft.de> | 2015-04-21 21:39:27 +0200 |
commit | 16cb7044fa31e618f969d6104d976a7bc087e1be (patch) | |
tree | 1fe3a2f24a047b3367bbce3d3c4edb470216c853 | |
parent | 374c9be790b852ee2d40d61b242ced5732a5487d (diff) | |
download | cacert-devel-16cb7044fa31e618f969d6104d976a7bc087e1be.tar.gz cacert-devel-16cb7044fa31e618f969d6104d976a7bc087e1be.tar.xz cacert-devel-16cb7044fa31e618f969d6104d976a7bc087e1be.zip |
bug 1047: refix www/index.php
-rw-r--r-- | www/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php index 6c1eca4..b54eb2f 100644 --- a/www/index.php +++ b/www/index.php @@ -210,7 +210,8 @@ require_once('../includes/notary.inc.php'); L10n::set_translation($_SESSION['profile']['language']); L10n::init_gettext(); } - $_SESSION['profile']['points'] = get_received_assurance_points($_SESSION['profile']['id']); + update_points_in_profile(); + $_SESSION['profile']['loggedin'] = 1; if($_SESSION['profile']['Q1'] == "" || $_SESSION['profile']['Q2'] == "" || $_SESSION['profile']['Q3'] == "" || $_SESSION['profile']['Q4'] == "" || |