]> git.mxchange.org Git - mailer.git/blobdiff - beg.php
Failture box centered
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index e402809626df492982bd4b35c509954abd416bfd..d207d5cf542a3e959cc5d853b64a7efb3dba2822 100644 (file)
--- a/beg.php
+++ b/beg.php
@@ -75,7 +75,7 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install
 
                // Check if locked in so don't pay points
                $login = false; $status = "failed";
-               if (IS_LOGGED_IN()) {
+               if (IS_MEMBER()) {
                        // Logged in user detected!
                        $login = true;
                }
@@ -103,7 +103,7 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install
                                define('__BEG_POINTS', TRANSLATE_COMMA($points));
                        } else {
                                // Other status
-                               $uid = "0";
+                               $uid = 0;
                        }
                }