[Jifty-commit] jifty branch, master, updated. 9959e11094a158fc3a7c09f704a215736f8bf32f

Jifty commits jifty-commit at lists.jifty.org
Thu May 13 13:37:41 EDT 2010


The branch, master has been updated
       via  9959e11094a158fc3a7c09f704a215736f8bf32f (commit)
      from  f829c153efeec748a4ee7224d2a5e062c42b6c27 (commit)

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

- Log -----------------------------------------------------------------
commit 9959e11094a158fc3a7c09f704a215736f8bf32f
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Fri May 14 02:37:55 2010 +0900

    report_success is superfluous, pod syntax fix

diff --git a/lib/Jifty/Action/AboutMe.pm b/lib/Jifty/Action/AboutMe.pm
index 8493c6f..feef49e 100644
--- a/lib/Jifty/Action/AboutMe.pm
+++ b/lib/Jifty/Action/AboutMe.pm
@@ -18,13 +18,13 @@ use base qw/Jifty::Action/;
 =head2 take_action
 
 Does nothing except set the results to the L<Jifty::CurrentUser> object.
+
 =cut
 
 sub take_action {
     my $self = shift;
 
     $self->result->content(current_user => $self->current_user);
-    $self->report_success;
 
     return 1;
 }

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


More information about the Jifty-commit mailing list