Renamed templates + added some filters for mail order
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index 81cb992df91506515a35ccca35dc888c2177bb46..e9877f9699347750c932b7b8820cf53260d88989 100644 (file)
--- a/beg.php
+++ b/beg.php
@@ -79,7 +79,7 @@ if (isGetRequestElementSet('userid')) {
        $status = 'failed';
 
        // Check if account was found
-       if ((isUserDataValid()) && (getUserData('status') == 'CONFIRMED')) {
+       if ((isValidUserData()) && (getUserData('status') == 'CONFIRMED')) {
                /*
                 * Multiply configured values with 100000 and divide with 100000 so we can also handle small values
                 * If we need more number behind the decimal dot then we just need to increase all these three