referral program re-open
This commit is contained in:
parent
b4591e2846
commit
59d402d3e2
|
|
@ -750,11 +750,7 @@ function inReferralProgram($user)
|
|||
}
|
||||
return false;
|
||||
*/
|
||||
if ($GLOBALS['user']->isOwner())
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
function isSignupKeyUserGenerated($signupkey)
|
||||
|
|
|
|||
Loading…
Reference in New Issue