typo fixed

This commit is contained in:
Massimo Di Pierro
2012-03-26 21:03:53 -05:00
parent e82f2c2b5c
commit 75649526aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.7 (2012-03-26 17:19:14) dev
Version 1.99.7 (2012-03-26 21:03:27) dev
+1 -1
View File
@@ -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: