remove $user as it is not needed and causes a php warning

This commit is contained in:
Uwe Steinmann 2020-06-16 07:19:04 +02:00
parent f16d1821cc
commit 1ba42deef1

View File

@ -33,7 +33,6 @@ class SeedDMS_View_ErrorDlg extends SeedDMS_Bootstrap_Style {
function show() { /* {{{ */
$dms = $this->params['dms'];
$user = $this->params['user'];
$pagetitle = $this->params['pagetitle'];
$errormsg = $this->params['errormsg'];
$plain = $this->params['plain'];