diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2022-08-02 22:22:10 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2022-08-02 22:22:10 +0200 | 
| commit | d0c061569df106eb2c1c40b0e800b70b6375b95f (patch) | |
| tree | aec1c5638aa6a2b3f4510ada05145ef9b4879972 /lib/Travelynx/Controller | |
| parent | c348b2dff8d50c991c05599cdd678b5557716bba (diff) | |
Traveling: Rename log_action to travel_action
Diffstat (limited to 'lib/Travelynx/Controller')
| -rwxr-xr-x | lib/Travelynx/Controller/Traveling.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx/Controller/Traveling.pm b/lib/Travelynx/Controller/Traveling.pm index dc27ca9..86d29c4 100755 --- a/lib/Travelynx/Controller/Traveling.pm +++ b/lib/Travelynx/Controller/Traveling.pm @@ -694,7 +694,7 @@ sub geolocation {  	}  } -sub log_action { +sub travel_action {  	my ($self) = @_;  	my $params = $self->req->json;  | 
