mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-03 03:28:40 +00:00
simplify if
This commit is contained in:
parent
1a3f711e21
commit
7962a669ef
|
|
@ -153,7 +153,7 @@ final class Exporter extends ExporterAbstract
|
|||
}
|
||||
|
||||
foreach ($languages as $language) {
|
||||
if (\stripos($language, '.lang.') === false || $language === '.' || $language === '..') {
|
||||
if (\stripos($language, '.lang.') === false) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user