* [FIX] Fixed issue when showing password through web UI. Closes #30. Thanks to @Naelwan for the feedback

This commit is contained in:
nuxsmin
2016-10-25 14:29:57 +02:00
parent 8fd57c90b0
commit cd28feab42

View File

@@ -39,7 +39,7 @@ if (!SP\Init::isLoggedIn()) {
$accountId = SP\Request::analyze('accountid', false);
$isHistory = SP\Request::analyze('isHistory', false);
$full = SP\Request::analyze('show', 0, false, 1);
$full = SP\Request::analyze('full', 0, false, 1);
if (!$accountId) {
return;