From db9769248f8859cf5877a7455adf254bc436adc9 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Mon, 26 Jul 2021 11:21:01 +0800 Subject: [PATCH] * Finish task#40506. --- module/doc/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/doc/model.php b/module/doc/model.php index 23a53386d8..ff222988bf 100644 --- a/module/doc/model.php +++ b/module/doc/model.php @@ -1913,6 +1913,7 @@ class docModel extends model $selected = $key == $libID ? 'selected' : ''; $output .= html::a(inlink('objectLibs', "type=$type&objectID=$objectID&libID=$key"), $lib->name, '', "class='$selected' data-app='{$this->app->openApp}'"); } + if($type != 'custom') $output .= html::a(inlink('showFiles', "type=$type&objectID=$objectID"), $this->lang->doclib->files, '', "data-app='{$this->app->openApp}'"); $output .= ""; }