Skip to content

Commit a0beb80

Browse files
authored
fix getLoginUserName
1 parent 4cc0877 commit a0beb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/Core.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5147,7 +5147,7 @@ public function getLoginUserName($context = '')
51475147
$context = $this->getContext();
51485148
}
51495149
if (isset ($_SESSION[$context . 'Validated'])) {
5150-
$out = $_SESSION[$context . 'InternalKey'];
5150+
$out = $_SESSION[$context . 'Shortname'];
51515151
}
51525152
return $out;
51535153
}

0 commit comments

Comments
 (0)