-
normdouglas
-
Topic Author
-
Offline
-
Expert Boarder
-
-
Posts: 97
-
Thank you received: 0
-
-
|
Just informing you there is a potential bug in the latest release.
Line 3995 of deregister.php missing leading slash for terms and conditions link
Code reads
<a href=\"<?php echo $sitelink . \'components/com_dtregister/terms.php?id=\' . $_SESSION[\'register\'][\'eventId\']; ?>\" id=\"terms_conditions\" class=\"lbOn\"><?php echo DT_TERMS_CONDITIONS_READ; ?>
Should be
<a href=\"<?php echo $sitelink . \'/components/com_dtregister/terms.php?id=\' . $_SESSION[\'register\'][\'eventId\']; ?>\" id=\"terms_conditions\" class=\"lbOn\"><?php echo DT_TERMS_CONDITIONS_READ; ?>
If you don\'t fix the above you cannot view the terms and conditions link
|
Please Log in or Create an account to join the conversation.
|
Time to create page: 0.215 seconds