diff --git a/index.pl b/index.pl index 3bdb7e6..02fe8fe 100755 --- a/index.pl +++ b/index.pl @@ -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;