summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/install.php b/install.php
index 4f09ccacb..657a67d55 100644
--- a/install.php
+++ b/install.php
@@ -337,7 +337,6 @@ function store_data($d){
global $LC;
$ok = true;
$d['policy'] = (int) $d['policy'];
- $usergroup = $d['approve'] ? 'member' : 'user';
// create local.php
$now = gmdate('r');