修复 云平台检测工具检测已废弃插件的问题
This commit is contained in:
parent
ef40374c2a
commit
4a02db0daf
|
@ -73,7 +73,7 @@ class Cloud_Service_Doctor {
|
|||
public function showPlugins() {
|
||||
global $_G;
|
||||
$plugins = array();
|
||||
$identifiers = array('qqconnect', 'cloudstat', 'soso_smilies', 'cloudsearch', 'security', 'cloudcaptcha', 'cloudunion', 'manyou');
|
||||
$identifiers = array('qqconnect', 'cloudstat', 'soso_smilies', 'security', 'cloudcaptcha', 'manyou');
|
||||
$plugins = C::t('common_plugin')->fetch_all_by_identifier($identifiers);
|
||||
|
||||
if ($plugins && count($plugins) == count($identifiers)) {
|
||||
|
|
Loading…
Reference in New Issue