File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -169,13 +169,16 @@ public function isValidLanguage(string $langCode): bool
169
169
public function readIni (): array
170
170
{
171
171
if (Cache::store ('installation ' )->has ('cache.language_resources_ ' . $ this ->language ) && $ this ->config ->debug == 0 ) {
172
- $ this ->ini_array = Cache::store ('installation ' )->set ('cache.language_resources_ ' . $ this ->language , self ::dispatch_filter (
172
+
173
+ $ this ->ini_array = self ::dispatch_filter (
173
174
'language_resources ' ,
174
175
Cache::store ('installation ' )->get ('cache.language_resources_ ' . $ this ->language ),
175
176
[
176
177
'language ' => $ this ->language ,
177
178
]
178
- ));
179
+ );
180
+
181
+ Cache::store ('installation ' )->set ('cache.language_resources_ ' . $ this ->language , $ this ->ini_array );
179
182
return $ this ->ini_array ;
180
183
}
181
184
You can’t perform that action at this time.
0 commit comments