From 1578bfb125529c878e784e754b5c4065f332a125 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 8 Jan 2018 09:10:57 -0500 Subject: [PATCH] removing test echo statement test echo statement causing 500 error, removing it --- models/front/registrations/registration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/front/registrations/registration.php b/models/front/registrations/registration.php index 88c5bbe..72c2501 100644 --- a/models/front/registrations/registration.php +++ b/models/front/registrations/registration.php @@ -372,7 +372,7 @@ 'pluginAssetsUrl' => GLM_MEMBERS_REGISTRATIONS_PLUGIN_ASSETS_URL, ); - echo '".print_r($templateData,1).""; // Return status, any suggested view, and any data to controller -- 2.17.1