Fixes for stripped HTML tags, and false warnings in debug log
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index 72148cbdb1e68d5cbef088f1a97809150542dcdf..bcc39658e6b1b83cab5b098f1a297fd0e1ca5276 100644 (file)
--- a/beg.php
+++ b/beg.php
@@ -99,7 +99,7 @@ if (isBooleanConstantAndTrue('mxchange_installed')) {
                                $points = mt_rand((getConfig('beg_points') * 100000), (getConfig('beg_points_max') * 100000)) / 100000;
 
                                // Set nickname / userid for the template(s
-                               define('__BEG_UID'   , SQL_ESCAPE(REQUEST_GET('uid')));
+                               define('__BEG_UID'   , REQUEST_GET(('uid')));
                                define('__BEG_CLICKS', ($clicks + 1));
                                define('__BEG_BANNER', LOAD_TEMPLATE("beg_banner", true));
                                define('__BEG_POINTS', TRANSLATE_COMMA($points));