diff --git a/globals/functions.php b/globals/functions.php index fec5c8a..fadcadb 100644 --- a/globals/functions.php +++ b/globals/functions.php @@ -750,11 +750,7 @@ function inReferralProgram($user) } return false; */ - if ($GLOBALS['user']->isOwner()) - { - return true; - } - return false; + return true; } function isSignupKeyUserGenerated($signupkey)