Эх сурвалжийг харах

updating the registration url now that the tripalinfo site has been migrated fully to d8

Shawna Spoor 6 жил өмнө
parent
commit
3a6af06dd3

+ 1 - 1
tripal/includes/tripal.registration.inc

@@ -271,7 +271,7 @@ function tripal_registration_form_submit($form, &$form_state) {
 
 function tripal_registration_remote_submit($data) {
   global $base_url;
-  $endpoint = 'http://upgrade.tripal.info/web/registration/content/50619jdi8ciayjhygidf';
+  $endpoint = 'http://tripal.info/registration/content/50619jdi8ciayjhygidf';
   //Are we getting the modules?
   $form_data = unserialize($data);
   if ($form_data['values']['tripal_reg_site_modules']) {