X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=ref.php;h=dec75785e1f38458dfb949a81b8f77d218372f2c;hb=5bddb923258560efde6501e698873112871bf8ae;hp=02fc5fa734fca9e688f59c096a0b1b645c5c75eb;hpb=adbdf97c7222a8a024f3e8aa0d556b0dd4c30a03;p=mailer.git diff --git a/ref.php b/ref.php index 02fc5fa734..dec75785e1 100644 --- a/ref.php +++ b/ref.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -55,7 +55,7 @@ setContentType('text/html'); $url = 'modules.php?module=index'; // Check for determined referral id -if ((isExtensionActive('user')) && (isReferralIdValid()) && (isValidId(determineReferralId()))) { +if ((isExtensionActive('user')) && (isValidReferralId()) && (isValidId(determineReferralId()))) { // Run filter chain for updating referral data runFilterChain('update_referral_data');