From ec1842054c0057c71d747282a88225621574caa5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 7 Oct 2018 13:55:21 +0200 Subject: derp --- index.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- cgit v1.2.3