From 8bdc3940b14f58cd7f059d889fef4104343fcbd2 Mon Sep 17 00:00:00 2001 From: mrgoldy Date: Wed, 5 Feb 2020 15:20:30 +0100 Subject: [PATCH] [ticket/16358] Do not change plupload.html PHPBB3-16358 --- phpBB/styles/prosilver/template/plupload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/plupload.html b/phpBB/styles/prosilver/template/plupload.html index 1b3c94084c..9425b7d769 100644 --- a/phpBB/styles/prosilver/template/plupload.html +++ b/phpBB/styles/prosilver/template/plupload.html @@ -53,7 +53,7 @@ phpbb.plupload = { {FILTERS} ], }, - {{ S_RESIZE }} + {S_RESIZE} headers: {'X-PHPBB-USING-PLUPLOAD': '1', 'X-Requested-With': 'XMLHttpRequest'}, file_data_name: 'fileupload', multipart_params: {'add_file': '{LA_ADD_FILE}'},