add missing parameter in call to printKeywordChooserJs()

This commit is contained in:
Uwe Steinmann 2016-02-09 08:51:27 +01:00
parent 1582fec00f
commit a72063c36a

View File

@ -33,7 +33,7 @@ class SeedDMS_View_EditDocument extends SeedDMS_Bootstrap_Style {
function js() { /* {{{ */ function js() { /* {{{ */
$strictformcheck = $this->params['strictformcheck']; $strictformcheck = $this->params['strictformcheck'];
$this->printKeywordChooserJs(); $this->printKeywordChooserJs('form1');
?> ?>
function checkForm() function checkForm()
{ {