From 30a9bb8495b27bcd8094edaaedc3abbbff108ebd Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 14 Jan 2019 16:50:57 +0800 Subject: [PATCH] Update php.js --- plugins/php/js/php.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/php/js/php.js b/plugins/php/js/php.js index 4798ee2f8..acb5dffb9 100755 --- a/plugins/php/js/php.js +++ b/plugins/php/js/php.js @@ -541,6 +541,7 @@ function installPHPLib(version, name, title, pathinfo) { var rdata = $.parseJSON(data.data); layer.msg(rdata.msg, { icon: rdata.status ? 1 : 2 }); getTaskCount(); + phpLibConfig(version); }); }); } @@ -554,6 +555,7 @@ function uninstallPHPLib(version, name, title, pathinfo) { var rdata = $.parseJSON(data.data); layer.msg(rdata.msg, { icon: rdata.status ? 1 : 2 }); getTaskCount(); + phpLibConfig(version); }); }); } \ No newline at end of file