Support email-attribute fetching from OpenID
[scpubgit/stemmatology.git] / stemmaweb / lib / stemmaweb / Controller / Users.pm
index accc85b..19a72b5 100644 (file)
@@ -19,7 +19,7 @@ Catalyst Controller.
 sub base :Chained('/') :PathPart('') :CaptureArgs(0)
 {
         my ( $self, $c ) = @_;
+
         $self->next::method( $c );
 }