Fixes for SQL execution and deprecated files removed
[mailer.git] / ref.php
diff --git a/ref.php b/ref.php
index 68003f01f8b5cfb76fec7112b21f04a6ed9a609c..ba76c41b6d5e4b589f08cbbcbdc32bd9ca00bfe6 100644 (file)
--- a/ref.php
+++ b/ref.php
@@ -47,7 +47,7 @@ require("inc/config.php");
 // Redirect only to registration page when this script is installed
 if (isBooleanConstantAndTrue('mxchange_installed')) {
        // Base URL for redirection
-       switch ($_CONFIG['refid_target'])
+       switch (getConfig('refid_target'))
        {
        case "register":
                $URL = URL."/modules.php?module=index&what=register&refid=";