htth->http typo

This commit is contained in:
mdipierro
2012-08-08 22:33:50 -05:00
parent 3c4336d25c
commit 4e073be361
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-08-08 18:55:59) dev
Version 2.00.0 (2012-08-08 22:33:45) dev
+1 -1
View File
@@ -4489,7 +4489,7 @@ class Wiki(object):
db.wiki_page._after_update.append(update_tags_update)
# WIKI ACCESS POLICY
def not_authorized(self,page=None):
raise HTTH(401)
raise HTTP(401)
def can_read(self,page):
if 'everybody' in page.can_read or not self.manage_permissions:
return True