From: Chuck Scott Date: Mon, 22 Aug 2016 20:06:04 +0000 (-0400) Subject: Fixed output of URL in E-Mail that is sent when the plugins try to execute an invalid... X-Git-Tag: v2.5.2^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=572a2cfc820da0886c4b65f09b7e9553e9a4063a;p=WP-Plugins%2Fglm-member-db.git Fixed output of URL in E-Mail that is sent when the plugins try to execute an invalid model. --- 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)."