Fix search rebuild_index command

这个提交包含在:
Chase Sterling 2016-07-12 00:27:39 -04:00
父节点 ac69c1c053
当前提交 192177ba2d
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -32,4 +32,4 @@ def rebuild_index():
username=page.info['author'],
updated_on=entry['mtime'],
created_on=entry['ctime'])
search.index_wiki(name, body)
search.index_wiki(page.name, body)