Commit 148f9001 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-3989 (Health Check addon issue with PHP 7.3)

parent 2e44b198
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -251,7 +251,7 @@ class Hook_health_check_marketing_seo_robotstxt extends Hook_Health_Check
                case 'allow':
                case 'disallow':
                    if ($rule == '') {
                        continue; // Ignored rule
                        continue 2; // Ignored rule
                    }

                    if (preg_match('#^' . $rule . '#', $url_path) != 0) {