Loading index.pl +3 −3 Original line number Diff line number Diff line Loading @@ -447,9 +447,9 @@ helper 'get_user_travels' => sub { my $uid = $self->get_user_id; my $query = $self->app->get_all_actions_query; if ($limit) { $query = $self->app->get_last_actions_query; } #if ($limit) { # $query = $self->app->get_last_actions_query; #} $query->execute($uid); my @travels; Loading Loading
index.pl +3 −3 Original line number Diff line number Diff line Loading @@ -447,9 +447,9 @@ helper 'get_user_travels' => sub { my $uid = $self->get_user_id; my $query = $self->app->get_all_actions_query; if ($limit) { $query = $self->app->get_last_actions_query; } #if ($limit) { # $query = $self->app->get_last_actions_query; #} $query->execute($uid); my @travels; Loading