From f398db053d111bbd404604c8cd39c68adb058083 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 18 Mar 2020 16:47:41 +0800 Subject: [PATCH] * code for task #6994. --- xuanxuan/module/message/ext/model/class/xuanxuan.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xuanxuan/module/message/ext/model/class/xuanxuan.class.php b/xuanxuan/module/message/ext/model/class/xuanxuan.class.php index 723117c375..812c3366e6 100644 --- a/xuanxuan/module/message/ext/model/class/xuanxuan.class.php +++ b/xuanxuan/module/message/ext/model/class/xuanxuan.class.php @@ -19,7 +19,7 @@ class xuanxuanMessage extends messageModel $server = $this->loadModel('im')->getServer('zentao'); $onlybody = isset($_GET['onlybody']) ? $_GET['onlybody'] : ''; unset($_GET['onlybody']); - $url = $server . helper::createLink($objectType, 'view', "id=$objectID", 'xhtml'); + $url = $server . helper::createLink($objectType, 'view', "id=$objectID", 'html'); $url = "xxc:openInApp/zentao-integrated/" . urlencode($url); $target = '';