Update check data

This commit is contained in:
Hillel Coren 2019-12-22 10:16:22 +02:00
parent e702f24937
commit 6b4d8fba4a

View File

@ -130,6 +130,7 @@ class CheckData extends Command
$this->logMessage($language->locale . ' is invalid: ' . $text); $this->logMessage($language->locale . ' is invalid: ' . $text);
} }
/*
preg_match('/(.script)/', strtolower($text), $matches); preg_match('/(.script)/', strtolower($text), $matches);
if (count($matches)) { if (count($matches)) {
foreach ($matches as $match) { foreach ($matches as $match) {
@ -141,6 +142,7 @@ class CheckData extends Command
break; break;
} }
} }
*/
} }
} }