Changeset 30375


Ignore:
Timestamp:
Nov 6, 2014, 10:16:30 AM (9 years ago)
Author:
plg
Message:

bug 3171 fixed: no need to double escape the file name from HTML5 upload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ws_functions/pwg.images.php

    r29124 r30375  
    13501350    $image_id = add_uploaded_file(
    13511351      $filePath,
    1352       $params['name'],
     1352      stripslashes($params['name']), // function add_uploaded_file will secure before insert
    13531353      $params['category'],
    13541354      $params['level'],
Note: See TracChangeset for help on using the changeset viewer.