diff --git a/VERSION b/VERSION index d6639484..1c1378d8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-08-22 15:36:23) dev +Version 2.00.0 (2012-08-22 15:36:51) dev diff --git a/applications/welcome/controllers/default.py b/applications/welcome/controllers/default.py index f73df0b7..4c4b563d 100644 --- a/applications/welcome/controllers/default.py +++ b/applications/welcome/controllers/default.py @@ -17,7 +17,6 @@ def index(): if you need a simple wiki simple replace the two lines below with: return auth.wiki() """ - return auth.wiki() response.flash = T("Welcome to web2py!") return dict(message=T('Hello World'))