summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-10-07 13:55:21 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-10-07 13:55:21 +0200
commitec1842054c0057c71d747282a88225621574caa5 (patch)
tree0c1bd61ec06c351fbcf36bf487d35cee6d1e61f0 /index.pl
parent147e6ae849ebb906ee763b5a39d77b6cd95980f2 (diff)
derp
Diffstat (limited to 'index.pl')
-rwxr-xr-xindex.pl6
1 files 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;