fix user options

This commit is contained in:
joyqi 2017-04-25 13:54:10 +08:00
parent 9122d2ab49
commit 93a3229c6d

View File

@ -289,6 +289,7 @@ class Widget_XmlRpc extends Widget_Abstract_Contents implements Widget_Interface
if ($this->user->login($name, $password, true)) {
/** 验证权限 */
if ($this->user->pass($level, true)) {
$this->user->execute();
return true;
} else {
$this->error = new IXR_Error(403, _t('权限不足'));