From 1db241cb431ddafdd98419c91e89d3765c44527f Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Thu, 5 Nov 2020 15:30:33 +0800 Subject: [PATCH] * Fix bug. --- module/doc/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/model.php b/module/doc/model.php index 243c627180..294fa9ea6a 100644 --- a/module/doc/model.php +++ b/module/doc/model.php @@ -619,7 +619,7 @@ class docModel extends model ->join('groups', ',') ->join('users', ',') ->join('mailto', ',') - ->remove('files,labels,uid') + ->remove('files,labels,uid,contactListMenu') ->get(); /* Fix bug #2929. strip_tags($this->post->contentMarkdown, $this->config->allowedTags)*/