From fdfdbe44f41e904ebe6d176ce967a5a0b9c46bb8 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 20 Dec 2016 16:48:39 -0800 Subject: [PATCH] Quotes fix. --- e107_core/shortcodes/batch/signup_shortcodes.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/e107_core/shortcodes/batch/signup_shortcodes.php b/e107_core/shortcodes/batch/signup_shortcodes.php index 463729955..172b2e7d2 100755 --- a/e107_core/shortcodes/batch/signup_shortcodes.php +++ b/e107_core/shortcodes/batch/signup_shortcodes.php @@ -558,9 +558,8 @@ class signup_shortcodes extends e_shortcode function sc_signup_adminoptions() { - $tp = e107::getParser(); - - if(getperms('0')) + + if(getperms('0')) { $pref = e107::getPref(); $frm = e107::getForm(); @@ -574,7 +573,7 @@ class signup_shortcodes extends e_shortcode $adminMsg .= "
".LAN_SIGNUP_115." ".LAN_SIGNUP_116." - ".LAN_SIGNUP_117." + lanVars(LAN_SIGNUP_118,USEREMAIL)."\">".LAN_SIGNUP_117."
";