[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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user