summaryrefslogtreecommitdiff
path: root/admin/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/index.php')
-rwxr-xr-xadmin/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/index.php b/admin/index.php
index 55dca04..d78c8a7 100755
--- a/admin/index.php
+++ b/admin/index.php
@@ -51,6 +51,7 @@ if( isset($_REQUEST["newuser"] ) ) {
} else {
$gBitSystem->setBrowserTitle( 'Assume User Identity' );
$formHash['assume_user'] = $_REQUEST['assume_user'];
+ $formHash['tk'] = $_REQUEST['tk'];
$msgHash = [
'confirm_item' => KernelTools::tra( 'This will log you in as the user' ) . " <strong>$userInfo[real_name] ($userInfo[login])</strong>",
];