]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-order.php
Fix for misstyped function name isUrlBlacklistEnabled() is the right one
[mailer.git] / inc / modules / member / what-order.php
index 21b69096609240c668cc925b14f16661db97c93a..2c68913887a898cba82da71b896c26e60ad61867 100644 (file)
@@ -120,7 +120,7 @@ LIMIT 1",
                } // END - if
 
                // And shall I check that his URL is not in the black list?
-               if (isUrlBlaskEnabled()) {
+               if (isUrlBlacklistEnabled()) {
                        // Ok, I do that for you know...
                        $result = SQL_QUERY_ESC("SELECT UNIX_TIMESTAMP(`timestamp`) AS tstamp FROM `{?_MYSQL_PREFIX?}_url_blacklist` WHERE `url`='%s' LIMIT 1",
                                array(postRequestParameter('url')), __FILE__, __LINE__);