[WEB] fix undefined elements (#3651)

* [WEB] $lang is not used in this context

* [Web] $stmt variable is not used

* [WEB] fix undefined function

* [WEB] remove undefined variable $display
This commit is contained in:
Miro Rauhala
2020-07-12 11:15:12 +03:00
committed by GitHub
parent bae250cc81
commit bbf1472424
2 changed files with 2 additions and 2 deletions

View File

@@ -551,7 +551,7 @@ if (isset($_SESSION['mailcow_cc_role']) || isset($_SESSION['pending_mailcow_cc_u
break;
default:
$data = rsetting('details', $object);
$data = rsettings('details', $object);
process_get_return($data);
break;
}