Skip to content

Commit f833abf

Browse files
committedJun 12, 2015
Bug in dumping new languages.
1 parent 5f9e9f9 commit f833abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Console/Commands/DumpCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ protected function write($dump)
8585
foreach($groups as $group => $content) {
8686
$path = $lang_path."/{$locale}";
8787
if(!\File::exists($path)) {
88-
\File::makeDirectory($lang_path, 0755, true);
88+
\File::makeDirectory($path, 0755, true);
8989
}
9090

9191
$file = $path."/{$group}.php";

0 commit comments

Comments
 (0)
Please sign in to comment.