Skip to content

Commit 59addfc

Browse files
brbrbrQuyTon
andauthored
Exception not caucht. No strings returned (#45435)
Co-authored-by: Quy Ton <[email protected]>
1 parent a3ba10d commit 59addfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/src/Language/LanguageHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ public static function parseIniFile($fileName, $debug = false)
501501
if ($bytesWritten === false || $bytesWritten < \strlen($data)) {
502502
throw new FilesystemException('Unable to write cache file');
503503
}
504-
} catch (\FilesystemException $e) {
504+
} catch (FilesystemException $e) {
505505
// We ignore the error, as the file is for caching only.
506506
}
507507

0 commit comments

Comments
 (0)