From 572a2cfc820da0886c4b65f09b7e9553e9a4063a Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 22 Aug 2016 16:06:04 -0400 Subject: [PATCH] Fixed output of URL in E-Mail that is sent when the plugins try to execute an invalid model. --- controllers/front.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/front.php b/controllers/front.php index 926eaaa4..17fc4fe8 100644 --- a/controllers/front.php +++ b/controllers/front.php @@ -501,7 +501,7 @@ class glmMembersFront extends GlmPluginSupport User Agent: ".$_SERVER['HTTP_USER_AGENT']." Remote Addr: ".$_SERVER['REMOTE_ADDR']." Filename: ".$_SERVER['SCRIPT_FILENAME']." - URI: ".$_SERVER['REQUESST_URI']." + URL: http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']." Request Data: ".print_r($_REQUEST,1)." -- 2.17.1