aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/plupload.html
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-11-10 18:31:58 -0800
committerCesar G <prototech91@gmail.com>2014-01-17 19:20:36 -0800
commit2719a18f7fc6ee3112c3ebc73d50e7c4d2f9d57f (patch)
tree86e3c16eb38341d8452b1310320e4458124543bd /phpBB/styles/prosilver/template/plupload.html
parent0ea110292b31bff28cced69dc066cc62ed09d208 (diff)
downloadforums-2719a18f7fc6ee3112c3ebc73d50e7c4d2f9d57f.tar
forums-2719a18f7fc6ee3112c3ebc73d50e7c4d2f9d57f.tar.gz
forums-2719a18f7fc6ee3112c3ebc73d50e7c4d2f9d57f.tar.bz2
forums-2719a18f7fc6ee3112c3ebc73d50e7c4d2f9d57f.tar.xz
forums-2719a18f7fc6ee3112c3ebc73d50e7c4d2f9d57f.zip
[ticket/11915] Make it possible to display trigger_error() messages to user.
PHPBB3-11915
Diffstat (limited to 'phpBB/styles/prosilver/template/plupload.html')
-rw-r--r--phpBB/styles/prosilver/template/plupload.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/plupload.html b/phpBB/styles/prosilver/template/plupload.html
index 2f68fe3efe..dbcea32455 100644
--- a/phpBB/styles/prosilver/template/plupload.html
+++ b/phpBB/styles/prosilver/template/plupload.html
@@ -51,7 +51,7 @@ phpbb.plupload = {
unique_names: true,
filters: [{FILTERS}],
{S_RESIZE}
- headers: {'X-PHPBB-USING-PLUPLOAD': '1'},
+ headers: {'X-PHPBB-USING-PLUPLOAD': '1', 'X-Requested-With': 'XMLHttpRequest'},
file_data_name: 'fileupload',
multipart_params: {'add_file': '{LA_ADD_FILE}'},
img_path: '{T_ASSETS_PATH}/plupload/jquery.plupload.queue/img',