mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
add missing parameter in call to printKeywordChooserJs()
This commit is contained in:
parent
1582fec00f
commit
a72063c36a
|
@ -33,7 +33,7 @@ class SeedDMS_View_EditDocument extends SeedDMS_Bootstrap_Style {
|
|||
|
||||
function js() { /* {{{ */
|
||||
$strictformcheck = $this->params['strictformcheck'];
|
||||
$this->printKeywordChooserJs();
|
||||
$this->printKeywordChooserJs('form1');
|
||||
?>
|
||||
function checkForm()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user