Ignore:
Timestamp:
Sep 2, 2011, 1:37:06 PM (13 years ago)
Author:
bayral
Message:

changing dot.net framework prerequisite from framework 4.0 to framework 4.0 client profile according to setup process download

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoLib/Proxy/PwgTagsProxy.cs

    r11850 r12035  
    121121                StringBuilder data = new StringBuilder();
    122122                data.Append("method=pwg.tags.add");
    123                 data.Append("&name=" + HttpUtility.UrlEncode(tagName));
     123                data.Append("&name=" + Uri.EscapeUriString(tagName));
    124124
    125125                response = PwgGenericProxy<PwgAddRequestProxyResponse>.Post(
Note: See TracChangeset for help on using the changeset viewer.