]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
ajt synch
[maypole.git] / lib / Maypole.pm
index b5de0c51ad4fb11ee52960f9e158dfbc9cc632fd..c31798d62ada1b0555a8cb338babed145df71232 100644 (file)
@@ -757,6 +757,7 @@ sub call_exception
     return $self->exception($error);
 }
 
+
 =item exception
 
 This method is called if any exceptions are raised during the authentication or
@@ -818,11 +819,11 @@ sub parse_path
     $self->$_(undef) for qw/action table args/;
     
     $self->preprocess_path;
-
     $self->path || $self->path('frontpage');
-    
+
     my @pi = grep {length} split '/', $self->path;
-    
+
+
     $self->table  || $self->table(shift @pi);
     $self->action || $self->action( shift @pi or 'index' );
     $self->args   || $self->args(\@pi);