diff -r 275feb5370c9 -r 7272b793d7c9 web/views/actions.py --- a/web/views/actions.py Fri Oct 09 16:46:44 2009 +0200 +++ b/web/views/actions.py Tue Oct 13 08:47:41 2009 +0200 @@ -366,7 +366,7 @@ # footer actions ############################################################### class PoweredByAction(action.Action): - id = 'poweredby' + __regid__ = 'poweredby' __select__ = yes() category = 'footer'