mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +00:00
remove $user as it is not needed and causes a php warning
This commit is contained in:
parent
f16d1821cc
commit
1ba42deef1
|
@ -33,7 +33,6 @@ class SeedDMS_View_ErrorDlg extends SeedDMS_Bootstrap_Style {
|
||||||
|
|
||||||
function show() { /* {{{ */
|
function show() { /* {{{ */
|
||||||
$dms = $this->params['dms'];
|
$dms = $this->params['dms'];
|
||||||
$user = $this->params['user'];
|
|
||||||
$pagetitle = $this->params['pagetitle'];
|
$pagetitle = $this->params['pagetitle'];
|
||||||
$errormsg = $this->params['errormsg'];
|
$errormsg = $this->params['errormsg'];
|
||||||
$plain = $this->params['plain'];
|
$plain = $this->params['plain'];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user