diff --git a/module/doc/view/editlib.html.php b/module/doc/view/editlib.html.php
index 76e8564b07..95c72e7bee 100644
--- a/module/doc/view/editlib.html.php
+++ b/module/doc/view/editlib.html.php
@@ -43,7 +43,7 @@
| doclib->control;?> |
- type == 'product' or $lib->type == 'execution'):?>
+ type == 'product' or $lib->type == 'execution' or $config->systemMode == 'classic'):?>
doclib->aclListA, $lib->acl, "onchange='toggleAcl(this.value, \"lib\")'")?>
doc->noticeAcl['lib'][$lib->type][$lib->acl];?>
|