[Bps-public-commit] App-Changeloggr branch, master, updated. 48a66f23f8cb391de9bdee89c79ebf04e4ef8fcc

sartak at bestpractical.com sartak at bestpractical.com
Wed Apr 29 12:51:17 EDT 2009


The branch, master has been updated
       via  48a66f23f8cb391de9bdee89c79ebf04e4ef8fcc (commit)
      from  fe72adac88bea2147f64fd060d72c8f4baba57f4 (commit)

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

- Log -----------------------------------------------------------------
commit 48a66f23f8cb391de9bdee89c79ebf04e4ef8fcc
Author: Shawn M Moore <sartak at gmail.com>
Date:   Wed Apr 29 12:51:14 2009 -0400

    Typo fix

diff --git a/lib/App/Changeloggr/Model/Change.pm b/lib/App/Changeloggr/Model/Change.pm
index d037e71..59503c7 100644
--- a/lib/App/Changeloggr/Model/Change.pm
+++ b/lib/App/Changeloggr/Model/Change.pm
@@ -52,7 +52,7 @@ sub current_user_can {
 }
 
 sub votes {
-    my $self = shif;
+    my $self = shift;
     my $votes = App::Changeloggr::Model::VoteCollection->new;
     $votes->limit( column => 'change_id', value => $self->id );
     return $votes;

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



More information about the Bps-public-commit mailing list