derp
This commit is contained in:
parent
147e6ae849
commit
ec1842054c
1 changed files with 3 additions and 3 deletions
6
index.pl
6
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;
|
||||
|
|
Loading…
Reference in a new issue