mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update check data
This commit is contained in:
parent
e702f24937
commit
6b4d8fba4a
@ -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…
x
Reference in New Issue
Block a user