Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Jul 29, 2005
1 parent ac76e49 commit 093cd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/gallery/GalleryRemote/GalleryComm2.java
Expand Up @@ -553,7 +553,7 @@ boolean uploadPicture(Picture p) {
value = HTMLEscaper.escape(value);
}

optsList.add(new NVPair("extrafield_" + name, value));
optsList.add(new NVPair("extrafield." + name, value));
}
}

Expand Down

0 comments on commit 093cd1b

Please sign in to comment.