From 75649526aa7aeadc630d0ee17e96737e7902629e Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Mon, 26 Mar 2012 21:03:53 -0500 Subject: [PATCH] typo fixed --- VERSION | 2 +- applications/admin/controllers/default.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2135807a..28c61694 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.7 (2012-03-26 17:19:14) dev +Version 1.99.7 (2012-03-26 21:03:27) dev diff --git a/applications/admin/controllers/default.py b/applications/admin/controllers/default.py index 8de86190..1fade830 100644 --- a/applications/admin/controllers/default.py +++ b/applications/admin/controllers/default.py @@ -203,7 +203,7 @@ def site(): overwrite=request.vars.overwrite_check) if f and installed: msg = 'application %(appname)s installed with md5sum: %(digest)s' - log_progress(app) + log_progress(appname) session.flash = T(msg, dict(appname=appname, digest=md5_hash(installed))) elif f and request.vars.overwrite_check: