summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
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;