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 = '';