mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
remove code to pass strictformcheck to view
This commit is contained in:
parent
fffdf0a0ba
commit
3a6dc48a38
|
@ -51,7 +51,6 @@ if($view) {
|
|||
$view->setParam('folder', $folder);
|
||||
$view->setParam('allusers', $allUsers);
|
||||
$view->setParam('allgroups', $allGroups);
|
||||
$view->setParam('strictformcheck', $settings->_strictFormCheck);
|
||||
$view($_GET);
|
||||
exit;
|
||||
}
|
||||
|
|
|
@ -69,7 +69,6 @@ $(document).ready(function() {
|
|||
$folder = $this->params['folder'];
|
||||
$allUsers = $this->params['allusers'];
|
||||
$allGroups = $this->params['allgroups'];
|
||||
$strictformcheck = $this->params['strictformcheck'];
|
||||
|
||||
$notifyList = $folder->getNotifyList();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user