From 7dfd40ae30beb6c4b0fbc544cc966260b7ae1ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=87=E7=9D=BF=20=E6=9D=8E?= Date: Thu, 28 Apr 2022 07:43:47 +0000 Subject: [PATCH] * fix default params in xuan, bug #21883. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 35ccbe39e8..9e8da19a96 100644 --- a/Makefile +++ b/Makefile @@ -129,6 +129,7 @@ zentaoxx: sed -i 's/footer.html.php/footer.lite.html.php/g' zentaoxx/extension/xuan/common/view/footer.modal.html.php sed -i 's/v\.//g' zentaoxx/extension/xuan/im/js/debug.js sed -i 's/helper::jsonEncode(/json_encode(/g' zentaoxx/framework/xuanxuan.class.php + sed -i 's/moduleRoot/getExtensionRoot() . "xuan\/"/' zentaoxx/framework/xuanxuan.class.php sed -i "s/lang->goback,/lang->goback, '',/g" zentaoxx/extension/xuan/im/view/debug.html.php sed -i 's/v\.//g' zentaoxx/extension/xuan/client/js/checkupgrade.js sed -i 's/commonModel::getLicensePropertyValue/extCommonModel::getLicensePropertyValue/g' zentaoxx/extension/xuan/im/control.php