[Bps-public-commit] App-Changeloggr branch, master, updated. 0dbebbeb610693253c9e345e442d007c15d103d3

sartak at bestpractical.com sartak at bestpractical.com
Thu Feb 26 23:11:09 EST 2009


The branch, master has been updated
       via  0dbebbeb610693253c9e345e442d007c15d103d3 (commit)
      from  cc9651af841207750b501c7afc5d92f0f0e2fdb2 (commit)

Summary of changes:
 lib/App/Changeloggr/Action/UpdateChangelog.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 0dbebbeb610693253c9e345e442d007c15d103d3
Author: Shawn M Moore <sartak at gmail.com>
Date:   Thu Feb 26 23:11:01 2009 -0500

    Fix base class.. yeah this took a while to find :/

diff --git a/lib/App/Changeloggr/Action/UpdateChangelog.pm b/lib/App/Changeloggr/Action/UpdateChangelog.pm
index 0eaddcc..c54979c 100644
--- a/lib/App/Changeloggr/Action/UpdateChangelog.pm
+++ b/lib/App/Changeloggr/Action/UpdateChangelog.pm
@@ -1,7 +1,7 @@
 package App::Changeloggr::Action::UpdateChangelog;
 use strict;
 use warnings;
-use base 'Jifty::Action::Record::Create';
+use base 'Jifty::Action::Record::Update';
 
 use JiftyX::ModelHelpers;
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list