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