# HG changeset patch # User bsw # Date 1266754140 -3600 # Node ID e04122245a4434f77b407a10dd6db9ace777e859 # Parent 954121267c2cd83b79963694a7fa866ade30c54d Bugfix in app/main/initiative/show_static.lua: Added neccessary "expanded" argument diff -r 954121267c2c -r e04122245a44 app/main/initiative/show_static.lua --- a/app/main/initiative/show_static.lua Sat Feb 20 22:40:17 2010 +0100 +++ b/app/main/initiative/show_static.lua Sun Feb 21 13:09:00 2010 +0100 @@ -44,6 +44,7 @@ module = "initiative", view = "show_partial", params = { - initiative = initiative + initiative = initiative, + expanded = true } } \ No newline at end of file