X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=ref.php;h=6fd272a009afc08193a1ee0f3e968911b1235d38;hp=700491851a4bff59c4f262a928dfac4165e3463c;hb=29385a0483bbcbbe940a32a49d488b1d5add15c5;hpb=9f6c30cc0e06098171d773d671292081ecee3d29 diff --git a/ref.php b/ref.php index 700491851a..6fd272a009 100644 --- a/ref.php +++ b/ref.php @@ -1,7 +1,7 @@ 0) { +if (determineReferalId() != 0) { // Test if nickname or numeric id if (isExtensionActive('nickname')) { // Nickname in URL, so load the id @@ -87,7 +91,7 @@ if (determineReferalId() > 0) { break; case 'index': - $URL = 'index.php'; + $URL = 'modules.php?module=index'; break; } // END - switch } // END - if