From 8150e1a6a056efdbbffc1fa9d2f396a339085519 Mon Sep 17 00:00:00 2001 From: taoyu <1255803549@qq.com> Date: Thu, 5 Jan 2017 23:35:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=81=9A=E5=90=88=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E6=97=B6=E7=9A=84=E5=88=A4=E6=96=AD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- var/Widget/Archive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/Widget/Archive.php b/var/Widget/Archive.php index 9feea090..9d9d4f88 100644 --- a/var/Widget/Archive.php +++ b/var/Widget/Archive.php @@ -1227,7 +1227,7 @@ class Widget_Archive extends Widget_Abstract_Contents */ public function select() { - if ($this->_feed) { + if ($this->_invokeByFeed) { // 对feed输出加入限制条件 return parent::select()->where('table.contents.allowFeed = ?', 1) ->where('table.contents.password IS NULL');