Fix search rebuild_index command

Este commit está contenido en:
Chase Sterling 2016-07-12 00:27:39 -04:00
padre ac69c1c053
commit 192177ba2d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -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)