We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1284e73 + 7d4d061 commit 851d8daCopy full SHA for 851d8da
1 file changed
system/Language/Language.php
@@ -252,7 +252,9 @@ protected function requireFile(string $path): array
252
}
253
254
if (isset($strings[1])) {
255
- $strings = array_replace_recursive(...$strings);
+ $string = array_shift($strings);
256
+
257
+ $strings = array_replace_recursive($string, ...$strings);
258
} elseif (isset($strings[0])) {
259
$strings = $strings[0];
260
0 commit comments