From 781af8e942660eb7808bce00892c4fc193ab09eb Mon Sep 17 00:00:00 2001 From: shirne Date: Tue, 3 Nov 2020 07:48:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20model=5Fforum=5Fpost=20?= =?UTF-8?q?=E4=B8=ADtimestamp=E5=8F=82=E6=95=B0=E6=BC=8F=E6=8E=89=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/class/model/model_forum_post.php | 1 + 1 file changed, 1 insertion(+) diff --git a/upload/source/class/model/model_forum_post.php b/upload/source/class/model/model_forum_post.php index 0c935fb72..de244bfb6 100644 --- a/upload/source/class/model/model_forum_post.php +++ b/upload/source/class/model/model_forum_post.php @@ -50,6 +50,7 @@ class model_forum_post extends discuz_model { 'message','clientip', 'invisible', 'isanonymous', 'usesig', 'htmlon', 'bbcodeoff', 'smileyoff', 'parseurloff', 'pstatus', 'noticetrimstr', 'noticeauthor', 'from', 'sechash', 'geoloc', + 'timestamp', 'subject', 'special', 'sortid', 'typeid', 'isanonymous', 'cronpublish', 'cronpublishdate', 'save', 'readperm', 'price', 'ordertype', 'hiddenreplies', 'allownoticeauthor', 'audit', 'tags', 'bbcodeoff', 'imgcontent', 'imgcontentwidth', -- Gitee