From cc622f9ccc5fd6d5e2ab557c34e29a9be298f9ad Mon Sep 17 00:00:00 2001 From: unknown <48353088@qq.com> Date: Sat, 31 Oct 2015 15:33:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=90=9C=E7=B4=A2=E5=BD=92?= =?UTF-8?q?=E6=A1=A3=E7=BC=A9=E7=95=A5=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- var/Widget/Archive.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/var/Widget/Archive.php b/var/Widget/Archive.php index 2fc6fcd9..468ab581 100644 --- a/var/Widget/Archive.php +++ b/var/Widget/Archive.php @@ -1212,6 +1212,9 @@ class Widget_Archive extends Widget_Abstract_Contents /** 设置归档类型 */ $this->_archiveType = 'search'; + /** 设置归档缩略名 */ + $this->_archiveSlug = $keywords; + /** 插件接口 */ $this->pluginHandle()->searchHandle($this, $select); }