diff --git a/module/doc/view/create.html.php b/module/doc/view/create.html.php
index 72bfaf5b1a..ed08b49594 100644
--- a/module/doc/view/create.html.php
+++ b/module/doc/view/create.html.php
@@ -82,7 +82,7 @@
doclib->control;?> |
doc->aclList, 'open', "onchange='toggleAcl(this.value, \"doc\")'");?>
- doc->noticeAcl['doc']['open'];?>
+ doc->noticeAcl['doc']['open'];?>
|
diff --git a/module/doc/view/createlib.html.php b/module/doc/view/createlib.html.php
index d5ac56a0a9..858cafa0cb 100644
--- a/module/doc/view/createlib.html.php
+++ b/module/doc/view/createlib.html.php
@@ -41,7 +41,7 @@
| doclib->control;?> |
doc->aclList, 'open', "onchange='toggleAcl(this.value, \"lib\")'")?>
- doc->noticeAcl['lib']['product']['default'];?>
+ doc->noticeAcl['lib']['product']['default'];?>
|
diff --git a/module/doc/view/edit.html.php b/module/doc/view/edit.html.php
index 18883acd33..69c326f66b 100644
--- a/module/doc/view/edit.html.php
+++ b/module/doc/view/edit.html.php
@@ -63,7 +63,7 @@
| doclib->control;?> |
doc->aclList, $doc->acl, "onchange='toggleAcl(this.value, \"doc\")'")?>
- doc->noticeAcl['doc'][$doc->acl];?>
+ doc->noticeAcl['doc'][$doc->acl];?>
|
diff --git a/module/doc/view/editlib.html.php b/module/doc/view/editlib.html.php
index 5ddcf493cc..fcaa6ae37f 100644
--- a/module/doc/view/editlib.html.php
+++ b/module/doc/view/editlib.html.php
@@ -46,12 +46,12 @@
type == 'product' or $lib->type == 'project'):?>
|
doclib->aclListA, $lib->acl, "onchange='toggleAcl(this.value, \"lib\")'")?>
- doc->noticeAcl['lib'][$lib->type][$lib->acl];?>
+ doc->noticeAcl['lib'][$lib->type][$lib->acl];?>
|
doclib->aclListB, $lib->acl, "onchange='toggleAcl(this.value, \"lib\")'")?>
- doc->noticeAcl['lib'][$lib->type][$lib->acl];?>
+ doc->noticeAcl['lib'][$lib->type][$lib->acl];?>
|