diff --git a/app/Console/Commands/CheckData.php b/app/Console/Commands/CheckData.php index 48c57c7567f9..d05bfc25c8cd 100644 --- a/app/Console/Commands/CheckData.php +++ b/app/Console/Commands/CheckData.php @@ -130,6 +130,7 @@ class CheckData extends Command $this->logMessage($language->locale . ' is invalid: ' . $text); } + /* preg_match('/(.script)/', strtolower($text), $matches); if (count($matches)) { foreach ($matches as $match) { @@ -141,6 +142,7 @@ class CheckData extends Command break; } } + */ } }