From 6b4d8fba4a5e0f89e1046b342d72eb08119c644d Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 22 Dec 2019 10:16:22 +0200 Subject: [PATCH] Update check data --- app/Console/Commands/CheckData.php | 2 ++ 1 file changed, 2 insertions(+) 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; } } + */ } }