Skip to content

Commit

Permalink
quick temporary fix for #226
Browse files Browse the repository at this point in the history
  • Loading branch information
matthesrieke committed Jun 2, 2015
1 parent 19fa1f0 commit de71224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/includes/users.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}

if(isset($_GET['users'])){
$response = get_request($baseURL.'/users/', true);
$response = get_request($baseURL.'/users?limit=1000', true);
if($response['status'] == 200){
echo $response['response'];
}else{
Expand Down

0 comments on commit de71224

Please sign in to comment.