summaryrefslogtreecommitdiffstats
path: root/templates/show_add_user.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_add_user.inc.php')
-rw-r--r--templates/show_add_user.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_add_user.inc.php b/templates/show_add_user.inc.php
index af0800cf..0b3adcd3 100644
--- a/templates/show_add_user.inc.php
+++ b/templates/show_add_user.inc.php
@@ -69,7 +69,7 @@
<?php echo _('User Access Level'); ?>:
</td>
<td>
- <?php $var_name = "on_" . $working_user->access; ${$var_name} = 'selected="selected"'; ?>
+ <?php $var_name = "on_" . $client->access; ${$var_name} = 'selected="selected"'; ?>
<select name="access">
<option value="5" <?php echo $on_5; ?>><?php echo _('Guest'); ?></option>
<option value="25" <?php echo $on_25; ?>><?php echo _('User'); ?></option>