From cd28feab420c3e9be5d2cef2b9a68f183eed20fa Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Tue, 25 Oct 2016 14:29:57 +0200 Subject: [PATCH] * [FIX] Fixed issue when showing password through web UI. Closes #30. Thanks to @Naelwan for the feedback --- ajax/ajax_viewpass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajax/ajax_viewpass.php b/ajax/ajax_viewpass.php index 206db93c..1651b2b9 100644 --- a/ajax/ajax_viewpass.php +++ b/ajax/ajax_viewpass.php @@ -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;