From 93a3229c6d1027aa17159fffc42086525dae9ab1 Mon Sep 17 00:00:00 2001 From: joyqi Date: Tue, 25 Apr 2017 13:54:10 +0800 Subject: [PATCH] fix user options --- var/Widget/XmlRpc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/var/Widget/XmlRpc.php b/var/Widget/XmlRpc.php index e778ed47..f9c22bfc 100644 --- a/var/Widget/XmlRpc.php +++ b/var/Widget/XmlRpc.php @@ -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('权限不足'));