diff --git a/VERSION b/VERSION index 0789b459..039d3a27 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-08-08 18:55:59) dev +Version 2.00.0 (2012-08-08 22:33:45) dev diff --git a/gluon/tools.py b/gluon/tools.py index 9ace09c5..3ab1d012 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -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