Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Fixes #86
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Nov 1, 2015
1 parent 8da41b8 commit b9a321b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/classes/cronjob/ReferralCronjob.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function run()
WHERE user.`ref_bonus` = 1;';

$userArray = $db->select($sql, array(
':type' => 1,
':points' => Config::get(ROOT_UNI)->ref_minpoints
));

Expand Down

0 comments on commit b9a321b

Please sign in to comment.