Update check data
This commit is contained in:
parent
e702f24937
commit
6b4d8fba4a
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue