Skip to content

Commit

Permalink
Add cidreq
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Dec 27, 2016
1 parent 069845f commit 91a6380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/user/subscribe_user.php
Expand Up @@ -699,7 +699,7 @@ function reg_filter($user_id)
}
$user_id = (int) $user_id;

$result = '<a class="btn btn-small btn-primary" href="'.api_get_self().'?register=yes&type='.$type.'&user_id='.$user_id.'">'.
$result = '<a class="btn btn-small btn-primary" href="'.api_get_self().'?'.api_get_cidreq().'&register=yes&type='.$type.'&user_id='.$user_id.'">'.
get_lang("reg").'</a>';

return $result;
Expand Down

0 comments on commit 91a6380

Please sign in to comment.