Skip to content

Commit

Permalink
Patch for 8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyTupkalo committed Mar 9, 2017
1 parent 7713a01 commit 8b2e4a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ private void SetCorrectValueForTheField(AdaptedControlResult field, HttpPostedFi
{
string str2;
var item = new FieldItem(StaticSettings.ContextDatabase.GetItem(field.FieldID));

var text = item["Parameters"];
var index = text.IndexOf("<UploadTo>", StringComparison.InvariantCultureIgnoreCase);
var length = text.IndexOf("</UploadTo>", StringComparison.InvariantCultureIgnoreCase) - index;
Expand Down

0 comments on commit 8b2e4a8

Please sign in to comment.