mirror of
https://github.com/kokororin/typecho-plugin-Access.git
synced 2025-03-28 13:00:10 +08:00
fix: active message while database exists
This commit is contained in:
parent
bbd6f043f0
commit
42b5413e4b
@ -127,6 +127,8 @@ class Access_Plugin implements Typecho_Plugin_Interface
|
||||
}
|
||||
}
|
||||
$msg = _t('成功创建数据表,插件启用成功,') . $configLink;
|
||||
} else {
|
||||
$msg = _t('数据表已存在,插件启用成功,') . $configLink;
|
||||
}
|
||||
return $msg;
|
||||
} catch (Typecho_Db_Exception $e) {
|
||||
|
Loading…
Reference in New Issue
Block a user