diff --git a/out/out.SubstituteUser.php b/out/out.SubstituteUser.php index 9dac363fa..b58c3c38a 100644 --- a/out/out.SubstituteUser.php +++ b/out/out.SubstituteUser.php @@ -36,7 +36,7 @@ if($view) { $view->setParam('dms', $dms); $view->setParam('user', $user); $view->setParam('allusers', $allUsers); - $view->show(); + $view($_GET); exit; } diff --git a/views/bootstrap/class.SubstituteUser.php b/views/bootstrap/class.SubstituteUser.php index 210a72ead..12bf71a14 100644 --- a/views/bootstrap/class.SubstituteUser.php +++ b/views/bootstrap/class.SubstituteUser.php @@ -31,6 +31,9 @@ require_once("class.Bootstrap.php"); */ class SeedDMS_View_SubstituteUser extends SeedDMS_Bootstrap_Style { + function js() { /* {{{ */ + } /* }}} */ + function show() { /* {{{ */ $dms = $this->params['dms']; $user = $this->params['user'];