Commit 1c4870c54a9292ce4b4f1cfa553a5cbf21135deb
1 parent
8f0a97da
Exists in
spb-stable
and in
3 other branches
Fix encoding pass to edit file satellite
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/contexts/files/update_context.rb
@@ -27,7 +27,7 @@ module Files | @@ -27,7 +27,7 @@ module Files | ||
27 | created_successfully = edit_file_action.commit!( | 27 | created_successfully = edit_file_action.commit!( |
28 | params[:content], | 28 | params[:content], |
29 | params[:commit_message], | 29 | params[:commit_message], |
30 | - params[:encooding] | 30 | + params[:encoding] |
31 | ) | 31 | ) |
32 | 32 | ||
33 | if created_successfully | 33 | if created_successfully |