Skip to content

Commit

Permalink
Use name instead of Model for file name
Browse files Browse the repository at this point in the history
  • Loading branch information
psarin committed Oct 27, 2020
1 parent f4ab3ec commit 0cc3273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
request.identityProviderModel.setCertificate(form.certificate);
data = serializeJson(request.identityProviderModel)
fileWrite("config/" & request.identityProviderModel & ".json", data)
fileWrite("config/" & request.identityProvider & ".json", data)
session.saved = true;
sleep(250);
location(cgi.http_referer,false);
Expand Down

0 comments on commit 0cc3273

Please sign in to comment.