Skip to content

Commit

Permalink
Merge pull request typecho#411 from mikeyzm/master
Browse files Browse the repository at this point in the history
设置搜索归档缩略名
  • Loading branch information
joyqi committed Jan 26, 2016
2 parents 55dff63 + cc622f9 commit 2613916
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions var/Widget/Archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,9 @@ private function searchHandle(Typecho_Db_Query $select, &$hasPushed)
/** 设置归档类型 */
$this->_archiveType = 'search';

/** 设置归档缩略名 */
$this->_archiveSlug = $keywords;

/** 插件接口 */
$this->pluginHandle()->searchHandle($this, $select);
}
Expand Down

0 comments on commit 2613916

Please sign in to comment.