]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
Now CSS classes are being inserted by EL
[mailer.git] / inc / wrapper-functions.php
index 89ebde56c9ce83bf7d29eb90251928b6d097c64c..5bc89a05f366da844c18161cb7be874616a5460b 100644 (file)
@@ -697,7 +697,7 @@ function addPointsDirectly ($subject, $userid, $points) {
 // Wrapper function to redirect from member-only modules to index
 function redirectToIndexMemberOnlyModule () {
        // Do the redirect here
-       redirectToUrl('modules.php?module=index&code=' . getCode('MODULE_MEM_ONLY') . '&mod=' . getModule());
+       redirectToUrl('modules.php?module=index&code=' . getCode('MODULE_MEMBER_ONLY') . '&mod=' . getModule());
 }
 
 // Wrapper function to redirect to current URL