[Bps-public-commit] App-Changeloggr branch, master, updated. 34332696e4681cdd893a964c78bca60ac1c6320c
sartak at bestpractical.com
sartak at bestpractical.com
Tue Aug 18 00:46:34 EDT 2009
The branch, master has been updated
via 34332696e4681cdd893a964c78bca60ac1c6320c (commit)
from 6270b2c1cdd4f02ae2ecf9641a142b3b34e1d40a (commit)
Summary of changes:
lib/App/Changeloggr/View.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 34332696e4681cdd893a964c78bca60ac1c6320c
Author: Shawn M Moore <sartak at gmail.com>
Date: Tue Aug 18 00:46:27 2009 -0400
Don't use dashes in a region name
diff --git a/lib/App/Changeloggr/View.pm b/lib/App/Changeloggr/View.pm
index edc1be8..1d519b4 100644
--- a/lib/App/Changeloggr/View.pm
+++ b/lib/App/Changeloggr/View.pm
@@ -64,7 +64,7 @@ template '/changelog' => page {
);
render_region(
- name => 'vote-on-change',
+ name => 'vote_on_change',
path => '/vote-on-change',
defaults => {
changelog => $changelog->id,
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list