Skip to content
Snippets Groups Projects
Verified Commit 1c4870c5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix encoding pass to edit file satellite

parent 8f0a97da
Branches
Tags
No related merge requests found
Loading
@@ -27,7 +27,7 @@ module Files
Loading
@@ -27,7 +27,7 @@ module Files
created_successfully = edit_file_action.commit!( created_successfully = edit_file_action.commit!(
params[:content], params[:content],
params[:commit_message], params[:commit_message],
params[:encooding] params[:encoding]
) )
   
if created_successfully if created_successfully
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment