diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2018-10-07 13:55:21 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2018-10-07 13:55:21 +0200 | 
| commit | ec1842054c0057c71d747282a88225621574caa5 (patch) | |
| tree | 0c1bd61ec06c351fbcf36bf487d35cee6d1e61f0 | |
| parent | 147e6ae849ebb906ee763b5a39d77b6cd95980f2 (diff) | |
derp
| -rwxr-xr-x | index.pl | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -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; | 
