Fix search rebuild_index command

このコミットが含まれているのは:
Chase Sterling 2016-07-12 00:27:39 -04:00
コミット 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)