mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-05-05 05:10:01 -05:00
#255 Clean newlines
This commit is contained in:
@@ -244,8 +244,6 @@ class UtilsModule {
|
||||
$files = scandir(app_path('/lang'));
|
||||
foreach ($files as $file) {
|
||||
if (substr($file, 0, 1) !== '.') {
|
||||
|
||||
|
||||
$result[] = ['ident' => $file, 'name' => locale_get_display_language($file, static::getLanguage())];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user