changeset 840:ee6f345736a6 beta

action logger upgrade, for working with migrations
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 11 Dec 2010 15:04:28 +0100
parents ad66bd0e5601
children 78b3d2d730f2
files rhodecode/lib/helpers.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/helpers.py	Sat Dec 11 14:33:15 2010 +0100
+++ b/rhodecode/lib/helpers.py	Sat Dec 11 15:04:28 2010 +0100
@@ -415,7 +415,7 @@
     @param action:
     """
     action = user_log.action
-    action_params = None
+    action_params = ' '
 
     x = action.split(':')