Fix search rebuild_index command

This commit is contained in:
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)